Skip to content

Commit ac4ebc4

Browse files
authored
Dependabot config fixups - specify full path to Dockerfiles (#293)
Fixups for #290
1 parent c7b358f commit ac4ebc4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ updates:
1818
assignees:
1919
- "bpkroth"
2020
- package-ecosystem: "docker"
21-
directory: "/docker"
21+
directory: "/docker/benchbase/devcontainer/"
22+
schedule:
23+
interval: "daily"
24+
assignees:
25+
- "bpkroth"
26+
- package-ecosystem: "docker"
27+
directory: "/docker/benchbase/fullimage/"
2228
schedule:
2329
interval: "daily"
2430
assignees:

0 commit comments

Comments
 (0)