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
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ updates:
interval: daily
labels:
- Dependencies
# Wait after release before opening update PRs — gives the ecosystem time
# to catch malicious releases (supply-chain protection).
cooldown:
default-days: 7
semver-major-days: 14
# Major updates land as separate PRs so they can be reviewed individually.
# Note: only the first matching group applies, so the phpunit group must
# come before the catch-all dev-dependencies group.
Expand All @@ -32,6 +37,11 @@ updates:
interval: weekly
labels:
- Dependencies
# Actions are pulled by SHA, but a compromised release is still a risk —
# wait a week so takedowns/reverts can happen first.
cooldown:
default-days: 7
semver-major-days: 14
groups:
github-actions:
patterns:
Expand Down
Loading