We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 903b5cc + d46b5a5 commit 65fa422Copy full SHA for 65fa422
1 file changed
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+
3
+updates:
4
+ # Maintain dependencies for GitHub Actions
5
+ - package-ecosystem: "github-actions"
6
+ directory: "/"
7
+ schedule:
8
+ interval: "weekly"
9
+ open-pull-requests-limit: 50
10
+ # Maintain dependencies for maven
11
+ - package-ecosystem: "maven"
12
13
14
15
0 commit comments