Skip to content

Commit 5623a04

Browse files
committed
Fix warning[dependabot-cooldown]: insufficient cooldown in Dependabot updates
1 parent 833d7b5 commit 5623a04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ updates:
55
directory: "/"
66
schedule:
77
interval: monthly
8+
cooldown:
9+
# https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
10+
# Cooldowns protect against supply chain attacks by avoiding the
11+
# highest-risk window immediately after new releases.
12+
default-days: 14
813
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)