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 b0b11e0 commit bbbe6edCopy full SHA for bbbe6ed
.github/dependabot.yml
@@ -3,8 +3,7 @@ updates:
3
- package-ecosystem: npm
4
directory: /
5
schedule:
6
- interval: weekly
7
- day: monday
+ interval: monthly
8
open-pull-requests-limit: 10
9
groups:
10
astro:
@@ -24,10 +23,16 @@ updates:
24
23
- "tailwindcss"
25
- "@tailwindcss/*"
26
- "postcss"
+ 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
31
32
- package-ecosystem: github-actions
33
34
35
36
open-pull-requests-limit: 5
37
38
0 commit comments