mirror of
https://github.com/djkotowski/personal-website.git
synced 2026-09-12 13:30:40 -05:00
Reduces PR noise by checking for npm and github-actions updates weekly instead of daily. Co-authored-by: Claude Sonnet 5 <[email protected]>
16 lines
326 B
YAML
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"
|