From 53c35a88869dd9fa9c94a1c057705e4380b8496d Mon Sep 17 00:00:00 2001 From: Florian Scherf Date: Mon, 29 May 2023 11:51:55 +0200 Subject: [PATCH] github: add docker to dependabot config Signed-off-by: Florian Scherf --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 782a3050..7eb68a9e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,13 @@ updates: time: "02:00" open-pull-requests-limit: 10 +- package-ecosystem: docker + directory: "/" + schedule: + interval: daily + time: "02:00" + open-pull-requests-limit: 10 + - package-ecosystem: github-actions directory: "/" schedule: