Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: monday
interval: monthly
open-pull-requests-limit: 10
groups:
astro:
Expand All @@ -24,10 +23,16 @@ updates:
- "tailwindcss"
- "@tailwindcss/*"
- "postcss"
cooldown:
# https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
# Cooldowns protect against supply chain attacks by avoiding the
# highest-risk window immediately after new releases.
default-days: 14

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
interval: monthly
open-pull-requests-limit: 5
cooldown:
default-days: 14