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-examples.git
The following commit(s) were added to refs/heads/main by this push: new 853a5ee Force Dependabot to get dependency metadata only from Maven Central 853a5ee is described below commit 853a5eedc4f6d347652e28a754aeb5806e497e0f Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Sep 17 07:14:40 2025 +0100 Force Dependabot to get dependency metadata only from Maven Central --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f2ca97a..ff6af73 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" target-branch: "camel-quarkus-main"