From 81a5c9c174da0818ce039f68fa887e3b3a3097ab Mon Sep 17 00:00:00 2001 From: MartinForReal Date: Tue, 16 May 2023 14:13:34 +0800 Subject: [PATCH] build: add dependabot job for dockerfile updates. --- .github/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b2da86fea4..c6b2b4e03a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -18,3 +18,14 @@ updates: - "release-note-none" - "ok-to-test" open-pull-requests-limit: 1 +- package-ecosystem: "docker" + directory: "/pkg/azurefileplugin/" + schedule: + interval: "daily" + time: "01:00" + timezone: "Asia/Shanghai" + labels: + - "area/dependency" + - "release-note-none" + - "ok-to-test" + - "kind/cleanup"