From 1709235e1d4ba0b9bb901cd38054c12242773528 Mon Sep 17 00:00:00 2001 From: James Ives Date: Wed, 2 Oct 2024 09:07:44 -0400 Subject: [PATCH] chore(actions): add dependabot for docker support --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..34b0dc0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "docker" + directory: "/container" + schedule: + interval: "weekly"