Skip to content

Commit 49d7bec

Browse files
authored
Merge pull request #5726 from MartinForReal/master
Add dependabot job for kube-health-proxy
2 parents 3fd9cb1 + 04b7603 commit 49d7bec

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/dependabot.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,20 @@ updates:
136136
- "kind/cleanup"
137137
- "lgtm"
138138
- "approved"
139-
139+
- package-ecosystem: "docker"
140+
directory: "/health-probe-proxy"
141+
schedule:
142+
interval: "daily"
143+
time: "01:00"
144+
timezone: "Asia/Shanghai"
145+
labels:
146+
- "area/dependency"
147+
- "release-note-none"
148+
- "ok-to-test"
149+
- "kind/cleanup"
150+
- "lgtm"
151+
- "approved"
152+
140153
- package-ecosystem: "github-actions"
141154
directory: "/"
142155
schedule:

0 commit comments

Comments
 (0)