Skip to content

Commit 3c3639f

Browse files
committed
- adds maven to dependabot to keep dependencies tree in sync with gradle
1 parent c0a6291 commit 3c3639f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
- package-ecosystem: maven
9+
directory: "/"
10+
schedule:
11+
interval: daily
12+
open-pull-requests-limit: 10
813
- package-ecosystem: github-actions
914
directory: "/"
1015
schedule:

0 commit comments

Comments
 (0)