This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 18401fa5c9410b4c9f149cb99ab7486c22f1d13b Author: James Netherton <[email protected]> AuthorDate: Mon Sep 23 07:29:19 2024 +0100 Force Dependabot to get dependency metadata only from Maven Central --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 85d60a0847..a5a851d1c6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,11 @@ version: 2 +registries: + maven-central: + type: maven-repository + url: https://repo.maven.apache.org/maven2 + updates: - package-ecosystem: "github-actions" directory: "/" @@ -26,6 +31,8 @@ updates: directory: "/" schedule: interval: "daily" + registries: + - maven-central allow: # Quarkiverse extensions - dependency-name: "io.quarkiverse.*:*"
