Skip to content

Commit b5a3c65

Browse files
authored
[GHA] Enable dependabot for docker images (openvinotoolkit#28079)
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
1 parent 0f3c972 commit b5a3c65

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,18 @@ updates:
141141
- "mryzhov"
142142
- "ilya-lavrenov"
143143
open-pull-requests-limit: 3
144+
145+
# Docker images
146+
- package-ecosystem: docker
147+
directory: "/"
148+
schedule:
149+
interval: "daily"
150+
time: "09:00"
151+
timezone: "Asia/Dubai"
152+
allow:
153+
- dependency-type: "direct"
154+
assignees:
155+
- "akashchi"
156+
- "mryzhov"
157+
- "ilya-lavrenov"
158+
open-pull-requests-limit: 3

0 commit comments

Comments
 (0)