From a0a6ea792a18d5300bd81d6ca4c950dc38a51f62 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 15 Apr 2022 11:50:19 +1000 Subject: use only maven central for maven dependabot update Signed-off-by: Olivier Lamy --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6de61b8f..305601772 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,15 +16,25 @@ # under the License. version: 2 + +registries: + maven-central: + type: maven-repository + url: https://repo.maven.apache.org/maven2 + updates: - package-ecosystem: "maven" directory: "/" + registries: + - maven-central target-branch: "master" schedule: interval: "daily" - package-ecosystem: "maven" directory: "/" + registries: + - maven-central target-branch: "archiva-2.x" schedule: interval: "daily" -- cgit v1.2.3