Skip to content

Commit e3b2209

Browse files
hugovkpganssle
authored andcommitted
Add 14-day cooldown to Dependabot
1 parent 7e5b595 commit e3b2209

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ updates:
77
groups:
88
actions:
99
patterns:
10-
- "*"
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

0 commit comments

Comments
 (0)