Skip to content

Commit a4a022d

Browse files
committed
Configure dependabot for maven packages
1 parent 4188aa2 commit a4a022d

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Diff for: .github/dependabot.yml

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
- package-ecosystem: github-actions
2-
directory: /
3-
schedule:
4-
interval: weekly
1+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "maven"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
interval: "weekly"

0 commit comments

Comments
 (0)