Skip to content

Commit 8b08eb9

Browse files
07souravkundaclaude
andcommitted
Add a 7-day cooldown to the Dependabot config
Flagged by this repo's own Semgrep scan on the previous commit (package_managers.dependabot.dependabot-missing-cooldown): without a cooldown, Dependabot proposes a version the moment it is published, which is exactly the window a hijacked release exploits. Compromised releases are typically yanked within a few days, so wait 7. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 1fc44b3 commit 8b08eb9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ updates:
1313
schedule:
1414
interval: "weekly"
1515
open-pull-requests-limit: 5
16+
# Don't propose a version the day it is published: a compromised or hijacked release
17+
# is usually caught and yanked within a few days. Same reasoning as the digest pin.
18+
cooldown:
19+
default-days: 7

0 commit comments

Comments
 (0)