Skip to content

Commit 9ada184

Browse files
committed
Add cooldown to Dependabot
1 parent c7d3a84 commit 9ada184

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ updates:
88
assignees:
99
- "ezio-melotti"
1010
open-pull-requests-limit: 10
11+
cooldown:
12+
# https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
13+
# Cooldowns protect against supply chain attacks by avoiding the
14+
# highest-risk window immediately after new releases.
15+
default-days: 14
1116

1217
# Maintain dependencies for Python
1318
- package-ecosystem: pip
@@ -17,3 +22,5 @@ updates:
1722
assignees:
1823
- "ezio-melotti"
1924
open-pull-requests-limit: 10
25+
cooldown:
26+
default-days: 14

0 commit comments

Comments
 (0)