From 3feca72bdc985dd62f84dee23b619d19673b4450 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 16 Feb 2022 21:01:32 +1000 Subject: dependabot for branch archiva-2.x as well --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1cc272f74..2057a6a06 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,8 +19,15 @@ version: 2 updates: - package-ecosystem: "maven" directory: "/" + target-branch: "master" schedule: interval: "daily" + + - package-ecosystem: "maven" + directory: "/" + target-branch: "archiva-2.x" + schedule: + interval: "daily" - package-ecosystem: "github-actions" directory: "/" -- cgit v1.2.3