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 ba0b775579 chore: group minor/patch dependabot updates (#10193)
ba0b775579 is described below

commit ba0b775579ad1a6837eb7310052f146d8c59cca2
Author: Jeffrey Vo <[email protected]>
AuthorDate: Wed Jun 24 04:38:52 2026 +0900

    chore: group minor/patch dependabot updates (#10193)
    
    similar to what datafusion did
    
    - https://github.com/apache/datafusion/pull/20457
    
    i recently kicked off dependabot job for cargo updates (not sure why it
    wasn't running before) and it spammed PRs before hitting the limit;
    grouping them should make it more manageable
---
 .github/dependabot.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2da398d7d8..0635451a01 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,6 +18,17 @@ updates:
         applies-to: version-updates
         patterns:
           - "tonic*"
+      all-other-cargo-deps:
+        applies-to: version-updates
+        patterns:
+          - "*"
+        exclude-patterns:
+          - "prost*"
+          - "tonic*"
+          - "object_store"
+        update-types:
+          - "minor"
+          - "patch"
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:

Reply via email to