Skip to content

chore(dependabot): group github-actions + docker bumps like npm does#271

Merged
CryptoJones merged 1 commit into
masterfrom
chore/dependabot-group-actions-and-docker-bumps
May 19, 2026
Merged

chore(dependabot): group github-actions + docker bumps like npm does#271
CryptoJones merged 1 commit into
masterfrom
chore/dependabot-group-actions-and-docker-bumps

Conversation

@CryptoJones
Copy link
Copy Markdown
Owner

Summary

The npm ecosystem in .github/dependabot.yml already bundles minor+patch dependency bumps into a single weekly PR via a minor-and-patch group. The github-actions and docker ecosystems didn't have the same group, so every action / base-image patch landed as its own PR — fragmenting the queue.

What changed

Added the same minor-and-patch group to both:

  • github-actions: bundles action patch/minor bumps weekly.
  • docker: bundles base-image patch/minor bumps (node:26-bookworm-slim point releases, postgres:16-alpine point releases).

Majors still land as separate PRs in both ecosystems, because a base-image major (node:26 → 28) or a actions/checkout major can carry a breaking change worth focused review.

Test plan

  • npm run lint && npm test — 760 passing (config-only change).
  • Dependabot itself will validate the YAML when it next runs; the syntax mirrors the working npm block one ecosystem above.

Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/

The npm ecosystem already bundles minor+patch dependency bumps into
a single weekly PR via a `minor-and-patch` group — keeps the PR
queue from fragmenting when several deps tick at once. The
github-actions and docker ecosystems didn't have the same group,
so every action / base-image patch was landing as its own PR.

Add the same group to both, matching the existing pattern. Majors
still land as separate PRs because a base-image major bump
(node:26 → node:28 etc.) or a checkout-action major can carry a
breaking change worth a focused review.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CryptoJones CryptoJones merged commit 35b7a2d into master May 19, 2026
3 checks passed
@CryptoJones CryptoJones deleted the chore/dependabot-group-actions-and-docker-bumps branch May 19, 2026 14:27
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.

1 participant