We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 018feb6 + 9f69e3f commit 98f4606Copy full SHA for 98f4606
1 file changed
.github/dependabot.yml
@@ -3,7 +3,8 @@ updates:
3
- package-ecosystem: maven
4
directory: /
5
schedule:
6
- interval: daily
+ interval: weekly
7
+ day: monday
8
time: '14:00'
9
open-pull-requests-limit: 10
10
groups:
@@ -15,7 +16,12 @@ updates:
15
16
- package-ecosystem: github-actions
17
18
19
20
21
22
+ groups:
23
+ codeql:
24
+ patterns:
25
+ - github/codeql-action*
26
cooldown:
27
default-days: 7
0 commit comments