Skip to content

Commit 3f6c3fb

Browse files
committed
Add 14-day cooldown to Dependabot
1 parent 9d4dd30 commit 3f6c3fb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ updates:
1010
actions:
1111
patterns:
1212
- "*"
13+
cooldown:
14+
# https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
15+
# Cooldowns protect against supply chain attacks by avoiding the
16+
# highest-risk window immediately after new releases.
17+
default-days: 14

0 commit comments

Comments
 (0)