Skip to content

Commit d0dfd09

Browse files
committed
fix: Dependabot configuration
It wasnt detecting the dockerfile in the main repo or the docker compose Signed-off-by: Scott Gibb <smgibb@yahoo.com>
1 parent e14c056 commit d0dfd09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ updates:
2424

2525
- package-ecosystem: "docker"
2626
directories:
27-
- "**/*"
27+
- "/"
2828
schedule:
2929
interval: "weekly"
3030
commit-message:
@@ -33,7 +33,9 @@ updates:
3333

3434
- package-ecosystem: "docker-compose"
3535
directories:
36+
- "**/**/*"
3637
- "**/*"
38+
- "/"
3739
schedule:
3840
interval: "weekly"
3941
commit-message:

0 commit comments

Comments
 (0)