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:53:07 UTC

[archiva-redback-core] branch redback-2.6.x 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 redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/redback-2.6.x by this push:
     new 963c09c9 use only maven central for dependabot
963c09c9 is described below

commit 963c09c974c8b17a896281cf8c69fe0553dffc10
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Apr 15 11:52:55 2022 +1000

    use only maven central for dependabot
    
    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 5d3dc9f9..f149df00 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: "redback-2.6.x"
     schedule:
       interval: "daily"
 
   - package-ecosystem: "maven"
     directory: "/"
+    registries:
+      - maven-central
     target-branch: "master"
     schedule:
       interval: "daily"