Skip to content

Commit 8ee4d63

Browse files
authored
Merge pull request #415 from maxmind/wstorey/stf-983-run-github-actions-dependabot-updates-weekly-and-group
Run Dependabot updates weekly and group CodeQL updates
2 parents 0c2571b + e35e45d commit 8ee4d63

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,21 @@ updates:
33
- package-ecosystem: maven
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'
18+
groups:
19+
codeql:
20+
patterns:
21+
- github/codeql-action*
1622
cooldown:
1723
default-days: 7

0 commit comments

Comments
 (0)