This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/archiva-2.x by this push:
     new 077c4dbb8 use only maven central for dependabot
077c4dbb8 is described below

commit 077c4dbb8b4bf5d0b201a0b9294fb464c5f88471
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Apr 15 12:07:09 2022 +1000

    use only maven central for dependabot
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 .github/dependabot.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3433e9272..0dba6e36c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,6 +21,8 @@ registries:
   maven-central:
     type: maven-repository
     url: https://repo.maven.apache.org/maven2
+    username: ""
+    password: ""
 
 updates:
   - package-ecosystem: "maven"

Reply via email to