Skip to content

Commit 4328bed

Browse files
jeffspahrrikatz
andauthored
Update dependabot to watch docker images (#9600)
* Update dependabot to watch docker images * Change to only /images on dependabot scan --------- Co-authored-by: Ricardo Katz <[email protected]>
1 parent 914c5cf commit 4328bed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ updates:
1717
- "area/dependency"
1818
- "release-note-none"
1919
- "ok-to-test"
20+
- package-ecosystem: "docker"
21+
directory: "/images"
22+
schedule:
23+
interval: "weekly"
24+
labels:
25+
- "area/dependency"
26+
- "release-note-none"
27+
- "ok-to-test"

0 commit comments

Comments
 (0)