From e9dae55400af4e4566e76d198de1b6d93ef4be0f Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Fri, 16 Jun 2023 14:32:48 -0700 Subject: [PATCH] infra: add docker to dependabot Signed-off-by: Zack Koppert --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c6fd40b..0782e61 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily"