Skip to content

Commit c441ef0

Browse files
authored
Configure Dependabot for Maven package ecosystem
1 parent 07ddb52 commit c441ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "maven"
9+
directory: "/"
1010
schedule:
1111
interval: "weekly"

0 commit comments

Comments
 (0)