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 9a9d888 commit 7f64891Copy full SHA for 7f64891
.github/dependabot.yml
@@ -1,12 +1,20 @@
1
# configuration: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2
3
version: 2
4
+
5
updates:
-- package-ecosystem: maven
6
- directory: "/"
7
- schedule:
8
- interval: monthly
9
- open-pull-requests-limit: 3
10
- target-branch: master
11
- commit-message:
12
- prefix: "[dependency] "
+ - package-ecosystem: maven
+ directory: "/"
+ schedule:
+ interval: monthly
+ target-branch: master
+ commit-message:
+ prefix: "[dependency] "
13
14
+ - package-ecosystem: github-actions
15
16
17
18
19
20
0 commit comments