From: Olivier Lamy Date: Fri, 15 Apr 2022 01:53:41 +0000 (+1000) Subject: use only maven central for dependabot X-Git-Tag: archiva-2.2.8~16 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e13c1fe112e6939e8eae5a693e204804df21fd1d;p=archiva.git use only maven central for dependabot Signed-off-by: Olivier Lamy --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1cc272f74..3433e9272 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,13 +16,38 @@ # 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" - package-ecosystem: "github-actions" directory: "/" + target-branch: "archiva-2.x" schedule: interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "master" + schedule: + interval: "daily" +