We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f206dcd commit 95d604dCopy full SHA for 95d604d
1 file changed
.github/dependabot.yml
@@ -0,0 +1,18 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "maven"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ target-branch: "develop"
8
+ open-pull-requests-limit: 5
9
+ groups:
10
+ minor-and-patch:
11
+ update-types:
12
+ - "minor"
13
+ - "patch"
14
+ - package-ecosystem: "github-actions"
15
16
17
18
0 commit comments