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 4b08082  Add dev.langchain4j dependencies to Dependabot configuration
4b08082 is described below

commit 4b08082fa40893d9c450790e1f8b99d9a91e018e
Author: James Netherton <[email protected]>
AuthorDate: Wed Sep 17 07:35:20 2025 +0100

    Add dev.langchain4j dependencies to Dependabot configuration
---
 .github/dependabot.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index de2f8d0..8cef470 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -44,6 +44,7 @@ updates:
     allow:
       # Quarkiverse extensions
       - dependency-name: "io.quarkiverse.*:*"
+      - dependency-name: "dev.langchain4j:*"
       - dependency-name: "org.zeroturnaround:zt-exec"
       # Test dependencies
       - dependency-name: "org.assertj:assertj-core"

Reply via email to