Skip to content

Group Dependabot updates into single PRs per ecosystem#75

Merged
kafkade merged 1 commit into
mainfrom
kafkade/group-dependabot-prs
Jun 17, 2026
Merged

Group Dependabot updates into single PRs per ecosystem#75
kafkade merged 1 commit into
mainfrom
kafkade/group-dependabot-prs

Conversation

@kafkade

@kafkade kafkade commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Description

Dependabot currently opens a separate pull request for each updated dependency, which creates review noise and CI churn. This enables grouped updates so each ecosystem produces a single consolidated PR.

Each updates: entry in .github/dependabot.yml now has a groups: block keyed by the ecosystem name with patterns: ["*"], bundling all of that ecosystem's dependencies together:

  • cargo dependencies are grouped under a cargo group.
  • github-actions dependencies are grouped under a github-actions group.

All existing keys (schedule, commit-message, labels, open-pull-requests-limit) are preserved unchanged.

Related Issues

N/A

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Documentation update
  • Refactoring (no functional changes)
  • CI / infrastructure
  • Other (describe below)

Checklist

  • I have read CONTRIBUTING.md
  • cargo test passes
  • cargo clippy -- -D warnings reports no warnings
  • cargo fmt has been applied
  • I have added tests for new functionality (if applicable)
  • I have updated documentation (if applicable)

Note: This change only touches .github/dependabot.yml, so the Rust build/test/lint items above are not applicable.

@cloudflare-workers-and-pages

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
kite ecff73c Commit Preview URL

Branch Preview URL
Jun 17 2026, 07:53 PM

@kafkade kafkade merged commit 7bb5c1f into main Jun 17, 2026
2 checks passed
@kafkade kafkade deleted the kafkade/group-dependabot-prs branch June 17, 2026 19:55
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