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 3ef3c92 commit 757f935Copy full SHA for 757f935
.github/dependabot.yml
@@ -1,10 +1,19 @@
1
+# Per https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
2
version: 2
3
updates:
-- package-ecosystem: maven
4
- directory: /
5
- schedule:
6
- interval: weekly
7
-- package-ecosystem: github-actions
8
9
10
+
+ # Maintain dependencies for maven
+ - package-ecosystem: "maven"
+ directory: "/"
+ schedule:
+ interval: "monthly"
+ labels:
11
+ - "dependencies"
12
13
+ # Maintain dependencies for GitHub actions
14
+ - package-ecosystem: "github-actions"
15
16
17
18
19
+ - "skip-changelog"
0 commit comments