deps: group Dependabot security updates per entry#258
Merged
Conversation
Vulnerability-alert bumps defaulted to one PR each because version-update groups only apply to version updates. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Dependabot configuration to reduce PR noise by ensuring security (vulnerability-alert) updates are grouped per updates: entry, similarly to how minor/patch version updates are already grouped.
Changes:
- Adds a
securitygroup withapplies-to: security-updatesto each Dependabotupdates:entry so security fixes are bundled per entry. - Makes the existing
minor-and-patchgroup explicitlyapplies-to: version-updatesacross ecosystems. - Adds the same security grouping behavior to the
github-actionsecosystem entry.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
bwereszczak
approved these changes
Jun 17, 2026
plandzwojczak-sa
approved these changes
Jun 17, 2026
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.
What
Adds a
securitygroup (applies-to: security-updates) to every ecosystem entry in.github/dependabot.yml, and makes the existing group'sapplies-to: version-updatesexplicit.Why
Version-update groups default to
applies-to: version-updates, so vulnerability-alert bumps fell through and each opened its own PR — e.g. #253 (ws) and #254 (tar), both inreact-native/login-pkce, which should have been one PR.Effect
minor-and-patchgrouping.update-typesfilter on the security group, since a fix may require a major bump.updates:entry (same boundary as version updates), so a vuln across two frameworks stays as separate PRs.🤖 Generated with Claude Code