fix(deps): group Dependabot security updates per directory - #20
Merged
Merged
Conversation
Security updates are not grouped by default, so a repo with several advisories in one lockfile gets several PRs that all edit that lockfile. Merging any one invalidates the rest; `@dependabot recreate` rebuilds them; the next merge breaks them again. Lobster, findmy-cli and openclaw-parcel were stuck in exactly that loop -- recreated, green, then conflicted again on the next merge, twice over. `applies-to: security-updates` collapses them into one PR per directory. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VDD6P9ft7DNNbrXpNWvCsk
|
| Filename | Overview |
|---|---|
| .github/dependabot.yml | Adds a valid wildcard security-update group without changing the existing version-update groups. |
Reviews (1): Last reviewed commit: "fix(deps): group Dependabot security upd..." | Re-trigger Greptile
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.
Security updates are not grouped by default, so a repo with several advisories in one lockfile gets several PRs that all edit that lockfile. Merging any one invalidates the rest,
@dependabot recreaterebuilds them, and the next merge breaks them again.Lobster, findmy-cli and openclaw-parcel were stuck in exactly that loop tonight — recreated, went green, conflicted again on the next merge. Twice.
applies-to: security-updatescollapses them into one PR per directory, which ends the thrash.Lobster had no npm entry at all (its npm PRs were pure security updates), so it gains entries for its three manifest directories. travel-hub keeps its
@omarshahine/*allow-list and daily interval — the group is additive.