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

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


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

commit b30d363fbb05e0ff66fe599713e302a9452156bf
Author: Ismaël Mejía <[email protected]>
AuthorDate: Thu Aug 11 22:26:33 2022 +0200

    Fix #2416 Automatic version updates for github actions with dependabot 
(#2417)
---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9bd42dbaa..9c4cda5d0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -7,3 +7,9 @@ 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