We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3b7e8 commit 2b14552Copy full SHA for 2b14552
1 file changed
.github/dependabot.yml
@@ -7,4 +7,9 @@ updates:
7
groups:
8
actions:
9
patterns:
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