Skip to content

Group Dependabot updates and track manifest versions - #46

Merged
scott113341 merged 1 commit into
mainfrom
chore/group-dependabot-updates
Aug 3, 2026
Merged

Group Dependabot updates and track manifest versions#46
scott113341 merged 1 commit into
mainfrom
chore/group-dependabot-updates

Conversation

@scott113341

Copy link
Copy Markdown
Owner

Consolidates Dependabot noise: each ecosystem now opens one PR for
grouped minor/patch bumps and a separate one for majors, instead of a PR per
package.

  • groups.minor-and-patch — routine bumps batched into a single PR
  • groups.major — majors kept separate so one breaking bump cannot block the
    safe updates in the same PR
  • versioning-strategy: "increase" on npm/bundler/cargo so package.json /
    Gemfile / Cargo.toml ranges move with the lockfile

versioning-strategy is intentionally absent from docker, github-actions, and
helm entries — Dependabot rejects the config if it appears there.

🤖 Generated with Claude Code

Split each ecosystem into two groups (minor-and-patch, major) so routine
bumps arrive as a single PR while majors stay isolated for review, and add
versioning-strategy: "increase" where the ecosystem supports it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@scott113341
scott113341 merged commit 45107fc into main Aug 3, 2026
2 checks passed
@scott113341
scott113341 deleted the chore/group-dependabot-updates branch August 3, 2026 22:18
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