Skip to content

Commit abc2bec

Browse files
authored
Merge pull request #784 from standardrb/depbot-cooldown
Decrease depbot frequency for GHA
2 parents c80e6b7 + a98a527 commit abc2bec

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)