From 730a0514accc7eb32ded55f98607eb82b0efe034 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Wed, 22 Sep 2021 15:39:27 +0200 Subject: [PATCH] Watch the OS Builder Dockerfile with Dependabot (#244) --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e93662d7c..729bd0399 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,4 +6,8 @@ updates: open-pull-requests-limit: 10 schedule: interval: "daily" + - package-ecosystem: "docker" + directory: "/provisioning/os-images/docker" + schedule: + interval: "daily" ...