This is an automated email from the ASF dual-hosted git repository.

jason810496 pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-3-test by this push:
     new 611d8fca865 Stop Dependabot from raising Go SDK PRs against v3-3-test 
(#71223) (#71266)
611d8fca865 is described below

commit 611d8fca8650e48b07db609114f9ea7bf1c7e507
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:

Reply via email to