Skip to content

build(deps): group Dependabot minor/patch updates into weekly PRs - #97

Merged
jhateley-godaddy merged 1 commit into
mainfrom
build/group-Dependabot-minor-and-patch-updates-into-weekly-PRs
Jul 28, 2026
Merged

build(deps): group Dependabot minor/patch updates into weekly PRs#97
jhateley-godaddy merged 1 commit into
mainfrom
build/group-Dependabot-minor-and-patch-updates-into-weekly-PRs

Conversation

@jhateley-godaddy

Copy link
Copy Markdown
Collaborator

Related issue

Fixes #83

Summary

  • Add groups to both Dependabot ecosystems (gomod and github-actions) so minor and patch bumps arrive as one consolidated PR per ecosystem per weekly run, instead of one PR per dependency.
  • Major version updates intentionally remain individual PRs so breaking changes get isolated review — relevant given the byte-for-byte wire contracts this repo maintains.
  • Schedule was already weekly for both ecosystems; this change only adds grouping.

Notes

  • On the first run after merge, Dependabot will close any currently open per-dependency PRs and re-open them as grouped PRs.

AI assistance

None

Checklist

  • The PR title follows Conventional Commits — release notes are generated from it
  • Tests cover the change
  • The linked issue above uses a closing keyword
  • Every commit is signed off (git commit -s) certifying the DCO

Signed-off-by: James Hateley <jhateley@godaddy.com>

@bchen-godaddy bchen-godaddy left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@jhateley-godaddy
jhateley-godaddy merged commit 2bc4b5d into main Jul 28, 2026
3 checks passed
@jhateley-godaddy
jhateley-godaddy deleted the build/group-Dependabot-minor-and-patch-updates-into-weekly-PRs branch July 28, 2026 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build(deps): group Dependabot minor/patch updates into weekly PRs

2 participants