Skip to content

Commit a8e995c

Browse files
build: add dependabot job for dockerfile updates
1 parent e8a3fdd commit a8e995c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,14 @@ updates:
1818
- "release-note-none"
1919
- "ok-to-test"
2020
open-pull-requests-limit: 1
21+
- package-ecosystem: "docker"
22+
directory: "/pkg/blobplugin/"
23+
schedule:
24+
interval: "daily"
25+
time: "01:00"
26+
timezone: "Asia/Shanghai"
27+
labels:
28+
- "area/dependency"
29+
- "release-note-none"
30+
- "ok-to-test"
31+
- "kind/cleanup"

0 commit comments

Comments
 (0)