From 216b20d6ad73b230945c3610b79bf9fe2eac15a7 Mon Sep 17 00:00:00 2001 From: Falk Wolsky Date: Tue, 26 Sep 2023 19:25:38 +0200 Subject: [PATCH] Update dependabot.yml We would like to introduce to work with the dev branch rather only with main branch. For this we also would love to test dependency updates before we accept them in the main branch. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 633ad06d7..7eb957c82 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,15 +6,19 @@ updates: directory: "/server/api-service" schedule: interval: "monthly" + target-branch: "dev" - package-ecosystem: "npm" directory: "/server/node-service" schedule: interval: "monthly" + target-branch: "dev" - package-ecosystem: "npm" directory: "/client" schedule: interval: "monthly" + target-branch: "dev" - package-ecosystem: "docker" directory: "/deploy/docker" schedule: interval: "monthly" + target-branch: "dev"