Files
personal-website/.github/dependabot.yml
T
djkotowskiandClaude Sonnet 5 c083da6ff8 Switch Dependabot checks from daily to weekly (#234)
Reduces PR noise by checking for npm and github-actions updates
weekly instead of daily.

Co-authored-by: Claude Sonnet 5 <[email protected]>
2026-07-18 15:42:37 -05:00

16 lines
326 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
reviewers:
- "djkotowski"
schedule:
interval: "weekly"
versioning-strategy: "increase-if-necessary"
- package-ecosystem: "github-actions"
directory: "/"
reviewers:
- "djkotowski"
schedule:
interval: "weekly"