You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/04/15 02:16:14 UTC

[archiva-components] branch master updated: use only maven central for dependabot

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


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

commit 4dc8603b266a064bb09a3854c455b9bcb911423a
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Apr 15 12:15:50 2022 +1000

    use only maven central for dependabot
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .github/dependabot.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1cc272f..8424163 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,9 +16,20 @@
 # under the License.
 
 version: 2
+
+
+registries:
+  maven-central:
+    type: maven-repository
+    url: https://repo.maven.apache.org/maven2
+    username: ""
+    password: ""
+
 updates:
   - package-ecosystem: "maven"
     directory: "/"
+    registries:
+      - maven-central
     schedule:
       interval: "daily"