Skip to content

Commit 70a565f

Browse files
hugovkezio-melotti
andauthored
Add cooldown to Dependabot (#174)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 5c5e82b commit 70a565f

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)