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 1a2b453  use only maven central for dependabot
1a2b453 is described below

commit 1a2b45392c5ec9a72562622225243e3d1d0d75bd
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Apr 15 11:59:21 2022 +1000

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

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

Reply via email to