From 2947f82f2c447aed77d94995ba760d6db06c129b Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 25 Jul 2023 15:19:43 +0200 Subject: [PATCH] add dependabot for backend docker image-related updates --- .github/dependabot_backend.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot_backend.yml b/.github/dependabot_backend.yml index 15798806c..e107cc10e 100644 --- a/.github/dependabot_backend.yml +++ b/.github/dependabot_backend.yml @@ -9,3 +9,12 @@ updates: day: "saturday" timezone: "Europe/Berlin" time: "03:00" + +- package-ecosystem: docker + directory: "/backend" + rebase-strategy: "disabled" + schedule: + interval: weekly + day: "saturday" + timezone: "Europe/Berlin" + time: "03:00"