From: Olivier Lamy Date: Fri, 15 Apr 2022 02:07:45 +0000 (+1000) Subject: use only maven central for dependabot X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d466c2c956cf578409f4f43a0d5e2764a00b553e;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 305601772..b11d403aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,7 +21,9 @@ registries: maven-central: type: maven-repository url: https://repo.maven.apache.org/maven2 - + username: "" + password: "" + updates: - package-ecosystem: "maven" directory: "/"