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 3c5a679  fix dependabot (#1625)
3c5a679 is described below

commit 3c5a679a5770aa591121322dc412f5d9bec5c123
Author: xudong.w <[email protected]>
AuthorDate: Fri Jan 21 22:33:50 2022 +0800

    fix dependabot (#1625)
---
 .github/dependabot.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a4557c1..9bd42db 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,9 +3,7 @@ updates:
   - package-ecosystem: cargo
     directory: "/"
     schedule:
-      interval: weekly
-      day: sunday
-      time: "7:00"
+      interval: daily
     open-pull-requests-limit: 10
     target-branch: master
-    labels: [auto-dependencies]
\ No newline at end of file
+    labels: [auto-dependencies]

Reply via email to