Skip to content

Enable dependabot grouped updates for all ecosystems#62

Draft
Copilot wants to merge 1 commit into
mainfrom
copilot/enable-dependabot-grouped-updates
Draft

Enable dependabot grouped updates for all ecosystems#62
Copilot wants to merge 1 commit into
mainfrom
copilot/enable-dependabot-grouped-updates

Conversation

Copy link
Copy Markdown

Copilot AI commented May 11, 2026

✨ Enhancement

What does this improve?

Groups all Dependabot version updates into a single PR per ecosystem instead of one PR per dependency bump.

Why is this valuable?

Reduces PR noise and review overhead — one grouped PR to review/merge instead of N individual bumps.

Implementation approach:

  • cargo: Replaced the extractor group (production-only) with cargo-all using wildcard * pattern to capture all deps
  • github-actions: Added actions-all group with wildcard * pattern

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.

2 participants