From 729f404ad0d3c72391e0be4c92882931c6037d83 Mon Sep 17 00:00:00 2001 From: Jerome Ducret Date: Mon, 22 Aug 2022 22:07:24 +0200 Subject: [PATCH] Add dockerfile in dependabot scope (#507) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1d26d8..da1498c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "docker" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"