From 3add169ee3715b6fed725f7230946522ef7120b1 Mon Sep 17 00:00:00 2001 From: Benjamin Manuel Date: Thu, 14 Dec 2023 12:29:43 -0600 Subject: [PATCH] Add docker updates to dependabot config (#443) Co-authored-by: Sabrina Lo --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f93..b4a7117c 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" + directory: "/" + schedule: + interval: "weekly"