Skip to content

Enable dependabot grouped updates for all ecosystems#62

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

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
Contributor

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

Copilot AI requested review from Copilot and removed request for Copilot May 11, 2026 19:45
Copilot AI requested a review from felickz May 11, 2026 19:45
@felickz felickz marked this pull request as ready for review May 20, 2026 22:51
@felickz felickz requested a review from a team as a code owner May 20, 2026 22:51
@felickz felickz requested review from adrienpessu and Copilot May 20, 2026 22:51
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the repository’s Dependabot configuration to reduce update PR noise by grouping dependency version bumps into a single PR per ecosystem.

Changes:

  • For cargo, replaces the prior production-only group with a catch-all group (cargo-all) using a * pattern.
  • For github-actions, adds a catch-all group (actions-all) using a * pattern.
Show a summary per file
File Description
.github/dependabot.yml Enables grouped Dependabot updates for both configured ecosystems (cargo, github-actions) using wildcard grouping patterns.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

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.

3 participants