Skip to content

Commit 2c87dbf

Browse files
committed
Decrease dependabot frequence to monthly for GHA
1 parent b895b72 commit 2c87dbf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ version: 2
55
updates:
66
- package-ecosystem: bundler
77
directory: "/"
8-
schedule: { interval: weekly }
8+
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)