Stop Dependabot from raising Go SDK PRs against v3-3-test - #71223
Conversation
4f57556 to
6ff48b3
Compare
Lee-W
left a comment
There was a problem hiding this comment.
I'm a bit confused and would like to check how go-sdk and other sdk work with patch versions. Thanks!
Currently, only the Go SDK enable the depedentbot (Java, TS haven't but will). We restricted the Go SDK depedentbot focusing on the security advisories (not bump the version for minor or patch) for Actually, I should make the v3-3-test one focus on security advisories only instead of dropping it. |
6ff48b3 to
e868c1e
Compare
Backport failed to create: v3-3-test. View the failure log Run detailsNote: As of Merging PRs targeted for Airflow 3.X In matter of doubt please ask in #release-management Slack channel.
You can attempt to backport this manually by running: cherry_picker f6c19e4 v3-3-testThis should apply the commit to the v3-3-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continueIf you don't have cherry-picker installed, see the installation guide. |
Why
Dependabot opened #71020 bumping a Go SDK dependency against
v3-3-test. In review, jason810496 flagged that we shouldn't raise any Dependabot PRs for the Go SDK against release-test branches at all, since the Go SDK only ever releases frommain.What
gomod//go-sdkDependabot block targetingv3-3-testto match the default-branch block's security-only pattern (open-pull-requests-limit: 0, security-updates-only group), instead of raising routine version-update PRs.Once this merges, #71020 should be closed manually — this config change doesn't retroactively close a PR Dependabot already opened.
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Sonnet 5) following the guidelines