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 01:50:31 UTC

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

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

commit a0a6ea792a18d5300bd81d6ca4c950dc38a51f62
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Apr 15 11:50:19 2022 +1000

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b6de61b8f..305601772 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,15 +16,25 @@
 # under the License.
 
 version: 2
+
+registries:
+  maven-central:
+    type: maven-repository
+    url: https://repo.maven.apache.org/maven2
+
 updates:
   - package-ecosystem: "maven"
     directory: "/"
+    registries:
+      - maven-central
     target-branch: "master"
     schedule:
       interval: "daily"
       
   - package-ecosystem: "maven"
     directory: "/"
+    registries:
+      - maven-central
     target-branch: "archiva-2.x"
     schedule:
       interval: "daily"