Skip to content

Stop Dependabot from raising Go SDK PRs against v3-3-test - #71223

Merged
jason810496 merged 1 commit into
apache:mainfrom
jason810496:ci/go-sdk/block-dependabot-release-branches
Aug 6, 2026
Merged

Stop Dependabot from raising Go SDK PRs against v3-3-test#71223
jason810496 merged 1 commit into
apache:mainfrom
jason810496:ci/go-sdk/block-dependabot-release-branches

Conversation

@jason810496

@jason810496 jason810496 commented Aug 6, 2026

Copy link
Copy Markdown
Member

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 from main.

What

  • Rework the gomod//go-sdk Dependabot block targeting v3-3-test to 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?
  • Yes — Claude Code (Sonnet 5)

Generated-by: Claude Code (Sonnet 5) following the guidelines

@jason810496 jason810496 self-assigned this Aug 6, 2026
@jason810496
jason810496 force-pushed the ci/go-sdk/block-dependabot-release-branches branch from 4f57556 to 6ff48b3 Compare August 6, 2026 08:36
@jason810496
jason810496 marked this pull request as ready for review August 6, 2026 08:49
@jason810496 jason810496 added the go-sdk Label to track work items for golang task sdk label Aug 6, 2026

@Lee-W Lee-W left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit confused and would like to check how go-sdk and other sdk work with patch versions. Thanks!

@jason810496 jason810496 added area:go-sdk and removed go-sdk Label to track work items for golang task sdk labels Aug 6, 2026
@jason810496

jason810496 commented Aug 6, 2026

Copy link
Copy Markdown
Member Author

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 main.

Actually, I should make the v3-3-test one focus on security advisories only instead of dropping it.

@jason810496
jason810496 force-pushed the ci/go-sdk/block-dependabot-release-branches branch from 6ff48b3 to e868c1e Compare August 6, 2026 09:13
@jason810496
jason810496 merged commit f6c19e4 into apache:main Aug 6, 2026
65 checks passed
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Backport failed to create: v3-3-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-3-test Commit Link

You can attempt to backport this manually by running:

cherry_picker f6c19e4 v3-3-test

This should apply the commit to the v3-3-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

jason810496 added a commit that referenced this pull request Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants