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"