Skip to content

Commit 8fcb199

Browse files
authored
Fix maven path reference for dependabot. (#26)
1 parent ae8cfc7 commit 8fcb199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: "daily"
77
- package-ecosystem: "maven"
8-
directory: "/"
8+
directory: "/tests/java/"
99
schedule:
1010
interval: "daily"
1111
- package-ecosystem: "pip"

0 commit comments

Comments
 (0)