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]>
This commit is contained in:
2026-07-18 15:42:37 -05:00
committed by GitHub
co-authored by Claude Sonnet 5
parent fbae3a0951
commit c083da6ff8
+2 -2
View File
@@ -5,11 +5,11 @@ updates:
reviewers:
- "djkotowski"
schedule:
interval: "daily"
interval: "weekly"
versioning-strategy: "increase-if-necessary"
- package-ecosystem: "github-actions"
directory: "/"
reviewers:
- "djkotowski"
schedule:
interval: "daily"
interval: "weekly"