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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1957fec  use only maven central for dependabot
1957fec is described below

commit 1957fece756b7212b93fb3e7ba6379aca34cda26
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Apr 15 11:58:54 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 d969d0a..5a57f73 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