Skip to content

Commit 431aa39

Browse files
authored
Merge pull request #39 from jonesbusy/feature/configure-dependabot
Configure dependabot for maven packages
2 parents 4188aa2 + a4a022d commit 431aa39

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.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)