From bd6b57dea8d3173d1564ce82e2e3a56e43077615 Mon Sep 17 00:00:00 2001 From: comphead Date: Mon, 23 Feb 2026 10:21:11 -0800 Subject: [PATCH] chore: makes dependabot to group deps into single PR --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 62534a0503..0b6965d565 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: