From a3e78cc5583285744667567c509049620f4c05e9 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Thu, 18 Feb 2021 12:14:01 -0800 Subject: [PATCH] enable dependabot for Dockerfile Signed-off-by: Andrea Luzzardi --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3938344a..46446ea8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily"