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.git


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

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

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

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: "/"

Reply via email to