Skip to content

Commit 5cef592

Browse files
authored
Fix dependabot configuration to only update single submodule (#1852)
1 parent 0c54070 commit 5cef592

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ updates:
55
schedule:
66
interval: "weekly"
77
- package-ecosystem: "gitsubmodule"
8-
directory: "/tests/drivers-evergreen-tools"
8+
directory: "/"
99
schedule:
1010
interval: "weekly"
11+
allow:
12+
- dependency-name: "tests/drivers-evergreen-tools"

0 commit comments

Comments
 (0)