Configure Dependabot to group all updates into one PR per ecosystem#293
Merged
rezwana-karim merged 2 commits intomainfrom Feb 22, 2026
Merged
Configure Dependabot to group all updates into one PR per ecosystem#293rezwana-karim merged 2 commits intomainfrom
rezwana-karim merged 2 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: rezwana-karim <126201034+rezwana-karim@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update dependabot configuration to group updates
Configure Dependabot to group all updates into one PR per ecosystem
Feb 22, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR configures Dependabot to batch all dependency updates into a single pull request per package ecosystem, reducing noise from individual PRs. The configuration adds grouping rules for both npm and GitHub Actions ecosystems while preserving existing update schedules (daily for npm, weekly for GitHub Actions).
Changes:
- Added
open-pull-requests-limit: 1to cap open PRs per ecosystem - Configured
groupswith wildcard pattern"*"to batch all updates together - Removed outdated header comments for cleaner configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot was opening individual PRs per dependency, creating noise. This caps it to one open PR per ecosystem and batches all updates into a single grouped PR.
Changes
open-pull-requests-limit: 1andgroups.all-dependenciesmatching"*"— all npm updates land in one PR dailygroups.all-actions— all Actions updates land in one PR weeklyschedule.intervalanddirectory: "/"values unchangedOriginal prompt
This pull request was created from Copilot chat.
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.