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 40b8802 commit 3054364Copy full SHA for 3054364
.github/dependabot.yml
@@ -3,8 +3,17 @@ updates:
3
- package-ecosystem: "maven"
4
directory: "/" # Location of the pom.xml file
5
schedule:
6
- interval: "weekly"
+ interval: "monthly"
7
open-pull-requests-limit: 10
8
+ groups:
9
+ # Create a group of dependencies to be updated together in one pull request
10
+ all:
11
+ applies-to: version-updates
12
+ patterns:
13
+ - "*"
14
+ update-types:
15
+ - "minor"
16
+ - "patch"
17
allow:
18
- dependency-type: "direct" # Optional: Only update direct dependencies
19
- dependency-type: "indirect" # Optional: Only update indirect (transitive) dependencies
0 commit comments