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 ccc0f48 commit 0abde8cCopy full SHA for 0abde8c
.github/dependabot.yml
@@ -1,10 +1,16 @@
1
version: 2
2
updates:
3
- - package-ecosystem: "pip"
4
- directory: "/"
+ - package-ecosystem: "maven"
+ directory: "/" # pom.xml is at repository root
5
schedule:
6
- interval: "weekly"
+ interval: "weekly" # change to "daily" or "monthly" if you prefer
7
+ open-pull-requests-limit: 5
8
+ labels:
9
+ - "dependencies"
10
- package-ecosystem: "github-actions"
11
+ directory: "/" # workflows in .github/workflows
12
13
interval: "weekly"
14
15
16
+ - "github-actions"
0 commit comments