From 3a4f591b9b24f87b8c4b165c4385b8e0fc8dddac Mon Sep 17 00:00:00 2001 From: Will Dollman Date: Fri, 15 Aug 2025 17:05:05 +0100 Subject: [PATCH] Add docker to dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e33811f6..4190c887 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: directory: "/" schedule: interval: "monthly" + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly"