Skip to content

Commit 1227d87

Browse files
committed
add dependabot cooldown to prevent immediate updates
adds default-days: 7 cooldown to both updaters (github-actions, uv) to reduce supply-chain risk from immediate-release compromises and avoid pulling in unstable freshly-released versions (alert #3)
1 parent 0b0a060 commit 1227d87

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
@@ -19,6 +19,8 @@ updates:
1919
open-pull-requests-limit: 9
2020
schedule:
2121
interval: "weekly"
22+
cooldown:
23+
default-days: 7
2224

2325
# update uv.lock file
2426
- package-ecosystem: "uv"
@@ -30,3 +32,5 @@ updates:
3032
open-pull-requests-limit: 9
3133
schedule:
3234
interval: "monthly"
35+
cooldown:
36+
default-days: 7

0 commit comments

Comments
 (0)