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.git
The following commit(s) were added to refs/heads/main by this push:
new 7b3449a249 Enable Dependabot updates of GitHub actions
7b3449a249 is described below
commit 7b3449a249833c3ace5c4f1ee1b41064875389d2
Author: James Netherton <[email protected]>
AuthorDate: Thu Nov 30 07:40:09 2023 +0000
Enable Dependabot updates of GitHub actions
---
.github/dependabot.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5affd3676f..0d0406934c 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: