From 238db0fe1284cf022a5d89c3e3d7143c8428c1e8 Mon Sep 17 00:00:00 2001 From: "Jason(Zhe-You) Liu" <68415893+jason810496@users.noreply.github.com> Date: Thu, 6 Aug 2026 18:32:02 +0800 Subject: [PATCH] Stop Dependabot from raising Go SDK PRs against v3-3-test (#71223) (cherry picked from commit f6c19e476dbcef03ca4ad118da3b0585590f79aa) --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0337bb052b80..4cd3b1a4b18e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -257,3 +257,17 @@ updates: uv-dependency-updates: patterns: - "*" + + - package-ecosystem: "gomod" + cooldown: + default-days: 14 + directory: "/go-sdk" + schedule: + interval: "weekly" + target-branch: v3-3-test + open-pull-requests-limit: 0 + groups: + 3-3-go-sdk-security-updates: + patterns: + - "*" + applies-to: security-updates