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.
1 parent 1ada4bf commit 2e82d8bCopy full SHA for 2e82d8b
.github/dependabot.yml
@@ -1,7 +1,26 @@
1
version: 2
2
updates:
3
-- package-ecosystem: maven
4
- directory: "/"
5
- schedule:
6
- interval: "daily"
7
- open-pull-requests-limit: 10
+ - package-ecosystem: "maven"
+ directory: "/"
+ schedule:
+ interval: weekly
+ open-pull-requests-limit: 10
8
+ groups:
9
+ dependencies:
10
+ patterns:
11
+ - "*"
12
+ labels:
13
+ - "dependencies"
14
+ target-branch: "master"
15
+
16
17
+ - package-ecosystem: "github-actions"
18
19
20
+ interval: "weekly"
21
+ open-pull-requests-limit: 5
22
+ commit-message:
23
+ prefix: "[workflow]"
24
25
26
0 commit comments