Skip to content

Commit b1eea93

Browse files
authored
Merge pull request #212 from maxmind/wstorey/stf-983-run-github-actions-dependabot-updates-weekly-and-group
Run Dependabot updates weekly
2 parents c2ebb1a + b1527dd commit b1eea93

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ updates:
33
- package-ecosystem: bundler
44
directory: /
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
day: monday
78
time: '14:00'
89
open-pull-requests-limit: 10
910
cooldown:
1011
default-days: 7
1112
- package-ecosystem: github-actions
1213
directory: /
1314
schedule:
14-
interval: daily
15+
interval: weekly
16+
day: monday
1517
time: '14:00'
1618
cooldown:
1719
default-days: 7

0 commit comments

Comments
 (0)