Skip to content

Commit a98a527

Browse files
committed
Decrease depbot frequency for GHA
In addition to checking less frequently (for github-actions) from weekly to monthly; also add a 2-week cooldown. This should help batch any follow-on patch releases. Notably, security updates are _not_ affected by cooldown so we should (hopefully) not be prevented from any security release that happens within the cooldown window.
1 parent 17bd342 commit a98a527

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ updates:
88
schedule: { interval: weekly, day: monday }
99
- package-ecosystem: github-actions
1010
directory: "/"
11-
schedule: { interval: weekly }
11+
schedule: { interval: monthly }
12+
cooldown: { default-days: 14 }

0 commit comments

Comments
 (0)