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