This is an automated email from the ASF dual-hosted git repository.
mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 92f6eaafd chore: makes dependabot to group deps into single PR (#3578)
92f6eaafd is described below
commit 92f6eaafd8457e5a45c3a72a98b28a5d64268d0f
Author: Oleks V <[email protected]>
AuthorDate: Tue Feb 24 04:10:42 2026 -0800
chore: makes dependabot to group deps into single PR (#3578)
---
.github/dependabot.yml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 62534a050..0b6965d56 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -37,6 +37,22 @@ updates:
patterns:
- "prost*"
- "pbjson*"
+ # Catch-all: group only minor/patch into a single PR,
+ # excluding deps we want always separate (and excluding arrow/parquet
which have their own group)
+ all-other-cargo-deps:
+ applies-to: version-updates
+ patterns:
+ - "*"
+ exclude-patterns:
+ - "arrow*"
+ - "parquet"
+ - "object_store"
+ - "sqlparser"
+ - "prost*"
+ - "pbjson*"
+ update-types:
+ - "minor"
+ - "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]