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 456a3f6 commit f5f1838Copy full SHA for f5f1838
.github/dependabot.yml
@@ -3,9 +3,21 @@ updates:
3
- package-ecosystem: "maven"
4
directory: "/"
5
schedule:
6
- interval: "daily"
+ interval: "monthly"
7
+ groups:
8
+ # Name is used for branch name and pull request title
9
+ maven:
10
+ patterns:
11
+ # Create a single pull request for all dependencies and plugins
12
+ - "*"
13
14
- package-ecosystem: "github-actions"
15
16
- interval: "weekly"
17
18
19
20
+ github-actions:
21
22
+ # Create a single pull request for all actions
23
0 commit comments