Skip to content

Commit 1be4ac1

Browse files
committed
Set a dependabot cooldown.
From Zizmor docs: > By default, Dependabot does not perform any cooldown on dependency updates. In other words, a regularly scheduled Dependabot run may perform an update on a dependency that was just released moments before the run began. This presents both stability and supply-chain security risks https://docs.zizmor.sh/audits/#dependabot-cooldown
1 parent 2c58988 commit 1be4ac1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ updates:
1111
- "*" # Group all Actions updates into a single larger pull request
1212
schedule:
1313
interval: weekly
14+
cooldown:
15+
default-days: 7

0 commit comments

Comments
 (0)