From 30ea62e2460e31be8523d9bdb62009558a4ebdff Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 12 Oct 2023 17:29:21 -0400 Subject: [PATCH] chore(ci): configure dependabot for docker Signed-off-by: Chris Gianelloni --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f9..3e8be53 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "docker" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"