Skip to content

Commit 98f4606

Browse files
authored
Merge pull request #750 from maxmind/wstorey/stf-983-run-github-actions-dependabot-updates-weekly-and-group
Run Dependabot updates weekly and group CodeQL updates
2 parents 018feb6 + 9f69e3f commit 98f4606

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,7 +3,8 @@ 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
groups:
@@ -15,7 +16,12 @@ updates:
1516
- package-ecosystem: github-actions
1617
directory: /
1718
schedule:
18-
interval: daily
19+
interval: weekly
20+
day: monday
1921
time: '14:00'
22+
groups:
23+
codeql:
24+
patterns:
25+
- github/codeql-action*
2026
cooldown:
2127
default-days: 7

0 commit comments

Comments
 (0)