From c76c14de128b1f3a510ee8589f46c61cecd846f4 Mon Sep 17 00:00:00 2001 From: Dhiren Vispute <86131363+dv-msft@users.noreply.github.com> Date: Thu, 20 Oct 2022 16:22:44 -0700 Subject: [PATCH] Enable docker tracking - (#1463) (#1484) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 806120345..40558ad12 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,3 +32,9 @@ updates: schedule: interval: "weekly" day: "saturday" + + - package-ecosystem: "docker" + directory: "/images" + schedule: + interval: "weekly" + day: "saturday"