ci(dependabot): group golang.org/x/* and github-actions updates#284
Merged
Conversation
Collapse the high-frequency, low-risk churn into weekly grouped PRs: - golang.org/x/* minor+patch bumps -> one "golang-x" PR - all github-actions bumps -> one PR Functionally significant deps (kin-openapi, which drives codegen, plus the SDKs) and every major bump stay individual for isolated review. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
neilmartin83
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds Dependabot grouping to cut PR noise:
golang-x—golang.org/x/*minor+patch bumps collapse into one weekly PRgithub-actions— all Actions bumps collapse into one weekly PRWhy
Recurring lockstep churn (
x/term,x/sync,x/crypto) was burning a separate PR + CI cycle per one-linego.modbump. Grouping the boring stuff kills that noise; keeping functional deps individual preserves review granularity.What stays individual (by design)
kin-openapi— drives code generation; a bump can change generated output (make verify-generated), so it deserves an isolated diffjamfprotect-go-sdkand other functional depsgolang-xgroup is scoped tominor/patch, so majors fall out into their own PRsNotes
main— Dependabot reads its config from the default branch.x/*PRs (chore(deps): bump golang.org/x/sync from 0.21.0 to 0.22.0 #281, chore(deps): bump golang.org/x/crypto from 0.53.0 to 0.54.0 #282) get superseded by a single grouped PR; thekin-openapiPR (chore(deps): bump github.com/getkin/kin-openapi from 0.140.0 to 0.142.0 #283) stays as-is.🤖 Generated with Claude Code