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 0ba1aeca Remove duplicate dev.langchain4j inclusion from dependabot.yml
0ba1aeca is described below
commit 0ba1aeca13e71510d09f5bde4445be9a37547195
Author: James Netherton <[email protected]>
AuthorDate: Fri Feb 13 13:02:55 2026 +0000
Remove duplicate dev.langchain4j inclusion from dependabot.yml
---
.github/dependabot.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 48e4196b..0401b3e7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -46,7 +46,6 @@ updates:
- dependency-name: "io.quarkiverse.*:*"
- dependency-name: "dev.langchain4j:*"
- dependency-name: "org.zeroturnaround:zt-exec"
- - dependency-name: "dev.langchain4j:*"
# Test dependencies
- dependency-name: "org.assertj:assertj-core"
- dependency-name: "org.wiremock:wiremock-standalone"