From 10fa5096c7f664f04c9547290d279015afb0066b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 5 Aug 2022 10:59:33 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1e6849..c11294c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,22 @@ --- version: 2 updates: - - package-ecosystem: "docker" - directory: "/" + - package-ecosystem: "docker-zammad" + directory: "/containers/zammad" + schedule: + interval: "weekly" + time: "09:00" + timezone: "Europe/Berlin" + + - package-ecosystem: "docker-zammad-elasticsearch" + directory: "/containers/zammad-elasticsearch/" + schedule: + interval: "weekly" + time: "09:00" + timezone: "Europe/Berlin" + + - package-ecosystem: "docker-zammad-postgresql" + directory: "/containers/zammad-postgresql" schedule: interval: "weekly" time: "09:00"