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

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new d527ca7cd Fix #3106 Automatic version updates for github actions with 
dependabot (#3107)
d527ca7cd is described below

commit d527ca7cd39d0a0fee3e82398b8f0df31e0cda6a
Author: Ismaël Mejía <[email protected]>
AuthorDate: Fri Aug 12 12:31:42 2022 +0200

    Fix #3106 Automatic version updates for github actions with dependabot 
(#3107)
---
 .github/dependabot.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index fe2630a41..d7da9d8d5 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,3 +24,10 @@ updates:
     open-pull-requests-limit: 10
     target-branch: master
     labels: [auto-dependencies]
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    open-pull-requests-limit: 10
+    labels: [auto-dependencies]
+

Reply via email to