Update dependabot schedule (#1771)

This commit is contained in:
Jen Basch
2026-07-14 16:23:14 -07:00
committed by GitHub
parent 71948d69c4
commit 42f107881f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ updates:
default-days: 7 default-days: 7
directory: / directory: /
schedule: schedule:
interval: weekly interval: quarterly
- package-ecosystem: github-actions - package-ecosystem: github-actions
cooldown: cooldown:
default-days: 7 default-days: 7
+1 -1
View File
@@ -234,7 +234,7 @@ dependabot {
new { new {
`package-ecosystem` = "gradle" `package-ecosystem` = "gradle"
schedule { schedule {
interval = "weekly" interval = "quarterly"
} }
cooldown { cooldown {
`default-days` = 7 `default-days` = 7