You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zh...@apache.org on 2023/02/03 15:22:26 UTC

[camel-quarkus] branch main updated: Update dependabot (#4483)

This is an automated email from the ASF dual-hosted git repository.

zhfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 4e179f1860 Update dependabot (#4483)
4e179f1860 is described below

commit 4e179f1860e4daca4cb66f04818f560cfee3f83b
Author: Zheng Feng <zh...@gmail.com>
AuthorDate: Fri Feb 3 23:22:20 2023 +0800

    Update dependabot (#4483)
---
 .github/dependabot.yml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 4c02ccb0dc..c93cd34451 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,11 +16,21 @@
 #
 
 version: 2
+
+registries:
+  maven-central:
+    type: maven-repository
+    url: https://repo1.maven.org/maven2
+    username: ""
+    password: ""
+
 updates:
   - package-ecosystem: "maven"
     directory: "/"
+    registries:
+      - maven-central
     schedule:
       interval: "daily"
     allow:
-      - dependency-name: "io.quarkiverse:*"
-      - dependency-name: "org.amqphub.quarkus:quarkus-qpid-jms"
+      - dependency-name: "io.quarkiverse.*:*"
+      - dependency-name: "org.amqphub.quarkus:quarkus-qpid-jms-bom"