Skip to content

Commit bbbe6ed

Browse files
committed
Add cooldown, reduce interval to monthly
1 parent b0b11e0 commit bbbe6ed

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ updates:
33
- package-ecosystem: npm
44
directory: /
55
schedule:
6-
interval: weekly
7-
day: monday
6+
interval: monthly
87
open-pull-requests-limit: 10
98
groups:
109
astro:
@@ -24,10 +23,16 @@ updates:
2423
- "tailwindcss"
2524
- "@tailwindcss/*"
2625
- "postcss"
26+
cooldown:
27+
# https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
28+
# Cooldowns protect against supply chain attacks by avoiding the
29+
# highest-risk window immediately after new releases.
30+
default-days: 14
2731

2832
- package-ecosystem: github-actions
2933
directory: /
3034
schedule:
31-
interval: weekly
32-
day: monday
35+
interval: monthly
3336
open-pull-requests-limit: 5
37+
cooldown:
38+
default-days: 14

0 commit comments

Comments
 (0)