Add cooldown settings for Dependabot

This commit is contained in:
Michael B. Gale
2026-01-27 11:38:32 +00:00
parent 34cae51104
commit 2591c2031f
+8
View File
@@ -4,6 +4,10 @@ updates:
directory: "/"
schedule:
interval: weekly
cooldown:
default-days: 7
exclude:
- "@actions/*"
labels:
- Rebuild
# Ignore incompatible dependency updates
@@ -25,6 +29,10 @@ updates:
- "/.github/actions"
schedule:
interval: weekly
cooldown:
default-days: 7
exclude:
- "actions/*"
labels:
- Rebuild
groups: