Skip to content

Commit cc2cf3f

Browse files
committed
Merge branch 'ci/gha/fix-dependabot-docker-folder'
2 parents 3359582 + 8d1896d commit cc2cf3f

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
@@ -141,7 +141,9 @@ updates:
141141

142142
# Docker images
143143
- package-ecosystem: docker
144-
directory: "/"
144+
directories:
145+
- "/.github/dockerfiles/ov_build/**/*"
146+
- "/.github/dockerfiles/ov_test/**/*"
145147
schedule:
146148
interval: "daily"
147149
time: "09:00"

0 commit comments

Comments
 (0)