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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7c6e3ad80c chore: change gh action dependabot update schedule to 
weekly (#10888)
7c6e3ad80c is described below

commit 7c6e3ad80c3b241c4ed7d31829f2c805982e0a4a
Author: Jeffrey Vo <[email protected]>
AuthorDate: Fri Aug 28 03:03:48 2026 +0900

    chore: change gh action dependabot update schedule to weekly (#10888)
    
    same as for datafusion:
    
    -
    
https://github.com/apache/datafusion/blob/2a7a1e3060c42e5ade6ad88b9be667e1b72639bb/.github/dependabot.yml#L93
    
    main reason is because `taiki` updates come too frequently
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index aa9240b839..adb1a235bb 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -32,7 +32,7 @@ updates:
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
     open-pull-requests-limit: 10
     labels: [auto-dependencies, development-process]
     groups:

Reply via email to