Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ updates:
schedule:
interval: monthly
groups:
# ⚠️ Security updates are NOT grouped by default, so a repo with several
# advisories in one lockfile gets several PRs that all edit it. Merging
# any one invalidates the rest, `@dependabot recreate` rebuilds them, and
# the next merge breaks them again. This repo was stuck in that loop.
security:
applies-to: security-updates
patterns:
- "*"
production:
dependency-type: production
development:
Expand Down