From c807602b0cc0cb7907b93466e929f1db3fabac0f Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Thu, 15 Aug 2024 18:03:20 -0400 Subject: [PATCH] Add docker to dependabot tracking. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 08aa9049..60faf2a5 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" \ No newline at end of file