This is an automated email from the ASF dual-hosted git repository. vatsrahul1001 pushed a commit to branch v3-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 80013286dd9a85743dff8d80923fac0c50e79e8d Author: Jason(Zhe-You) Liu <[email protected]> AuthorDate: Fri Aug 7 15:52:07 2026 +0800 Stop Dependabot from raising Go SDK PRs against v3-3-test (#71223) (#71266) (cherry picked from commit f6c19e476dbcef03ca4ad118da3b0585590f79aa) --- .github/dependabot.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be600ed4a09..1990172f9e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -367,21 +367,17 @@ updates: - package-ecosystem: "gomod" cooldown: - default-days: 4 + default-days: 14 directory: "/go-sdk" schedule: interval: "weekly" target-branch: v3-3-test + open-pull-requests-limit: 0 groups: - 3-3-go-sdk-dependency-updates: + 3-3-go-sdk-security-updates: patterns: - "*" - update-types: - - "minor" - - "patch" - ignore: - - dependency-name: "*" - update-types: ["version-update:semver-major"] + applies-to: security-updates - package-ecosystem: "uv" cooldown:
