We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4dd30 commit 3f6c3fbCopy full SHA for 3f6c3fb
1 file changed
.github/dependabot.yml
@@ -10,3 +10,8 @@ updates:
10
actions:
11
patterns:
12
- "*"
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