Skip to content

Commit dec21b0

Browse files
committed
Add cooldown to Dependabot version upgrades
Cooldowns give package repository maintainers time to mitigate supply chain attacks before those attacks reach us. The period of 7 days was chosen based on some informal research in the blog post that motivated this change. https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
1 parent c515290 commit dec21b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
cooldown:
9+
default-days: 7
810
- package-ecosystem: "github-actions"
911
directory: "/"
1012
schedule:
1113
interval: "weekly"
14+
cooldown:
15+
default-days: 7

0 commit comments

Comments
 (0)