Skip to content

Commit d0cb89e

Browse files
committed
Update dependabot to update Dockerfiles in nested directories
Signed-off-by: Christopher Desiniotis <[email protected]>
1 parent 0edaf59 commit d0cb89e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
version: 2
55
updates:
66
- package-ecosystem: "docker"
7-
directory: "/deployments/container"
7+
directories:
8+
- "/deployments/container/*"
89
schedule:
910
interval: "daily"
1011

0 commit comments

Comments
 (0)