From 0ec3db0dc8a0b0cd23a2eed77945a6592339a2f2 Mon Sep 17 00:00:00 2001 From: Thomas Meire Date: Mon, 19 Aug 2024 09:55:11 +0200 Subject: [PATCH] Add docker support to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 851d7a0..636c25c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file