Relax Dependabot schedule and add cooldowns

This commit is contained in:
shamoon
2026-03-18 11:58:01 -07:00
parent de0c8558fb
commit 657dc917b4

View File

@@ -8,8 +8,12 @@ updates:
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "weekly"
cooldown:
default-days: 7
- package-ecosystem: "npm" - package-ecosystem: "npm"
directory: "/" directory: "/"
schedule: schedule:
interval: "monthly" interval: "monthly"
cooldown:
default-days: 7