Skip to content

Commit e8e5845

Browse files
authored
Added dependabot.yml to test updating git submodules. (#1691)
JAVA-5840
1 parent 332087f commit e8e5845

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gitsubmodule"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
commit-message:
8+
prefix: "build"
9+
include: "scope"

0 commit comments

Comments
 (0)