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 9c2c570 commit 93c8251Copy full SHA for 93c8251
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+updates:
4
+ - package-ecosystem: "maven"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ day: "wednesday"
9
+ # Allow up to 10 open pull requests for maven dependencies
10
+ open-pull-requests-limit: 10
11
+ - package-ecosystem: "github-actions"
12
13
14
15
0 commit comments