You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/11/17 09:35:24 UTC

(camel) branch main updated: Dependabot for Github Actions too

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 380642acae9 Dependabot for Github Actions too
380642acae9 is described below

commit 380642acae907373fcd5233c540c51397677129b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 17 10:35:07 2023 +0100

    Dependabot for Github Actions too
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 716065c9cc7..c57176e01e2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,6 +18,10 @@
 version: 2
 
 updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
   - package-ecosystem: "maven"
     directory: "/"
     schedule: