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

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


The following commit(s) were added to refs/heads/main by this push:
     new dda64da7713 Automate version update of documentation (#14418)
dda64da7713 is described below

commit dda64da77137e3fb523353c0f40341e7f349e993
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Mon Jun 10 07:59:00 2024 +0200

    Automate version update of documentation (#14418)
    
    Signed-off-by: Aurélien Pupier <apup...@redhat.com>
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 509d1eb3654..ed54bf99b60 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -33,3 +33,7 @@ updates:
       # Spring Boot Dependencies related
       - dependency-name: "org.apache.logging.log4j:*"
     open-pull-requests-limit: 20
+  - package-ecosystem: "npm"
+    directory: "docs"
+    schedule:
+       interval: "weekly"

Reply via email to