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

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 4127688735 Change GitHub actions dependabot schedule to weekly (#19981)
4127688735 is described below

commit 4127688735f60d824b92a04eec050c23201ee3b1
Author: Jeffrey Vo <[email protected]>
AuthorDate: Sun Jan 25 18:22:51 2026 +0900

    Change GitHub actions dependabot schedule to weekly (#19981)
    
    Main motivator for this is the `taiki-e` action which has lots of
    version bumps and subsequently lots of PRs; but also the other actions
    are weekly only so might as well make them consistent.
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 838a9362f0..dfeb15ddaa 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -48,7 +48,7 @@ updates:
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
     open-pull-requests-limit: 10
     labels: [auto-dependencies]
   - package-ecosystem: "pip"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to