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:58:19 UTC

[archiva-parent] 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-parent.git


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

commit 09a0024fea65703dae428dd510b0c39ccc052ebb
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Apr 15 11:58:10 2022 +1000

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1cc272f..d969d0a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,9 +16,17 @@
 # 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
     schedule:
       interval: "daily"