From 0b2fbf5929e37ffd37b2dcfaccbeeb336f7f1b3c Mon Sep 17 00:00:00 2001 From: comphead Date: Fri, 20 Feb 2026 12:13:35 -0800 Subject: [PATCH 1/3] chore: group minor dependencies into single PR --- .github/dependabot.yml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dfeb15ddaa3a1..5b3767470a5a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -45,14 +45,20 @@ updates: patterns: - "prost*" - "pbjson*" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - labels: [auto-dependencies] - - package-ecosystem: "pip" - directory: "/docs" - schedule: - interval: "weekly" - labels: [auto-dependencies] + + # 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" From 00545c3130cddd8663fd683041866bd2a946b0f5 Mon Sep 17 00:00:00 2001 From: comphead Date: Fri, 20 Feb 2026 12:19:18 -0800 Subject: [PATCH 2/3] chore: group minor dependencies into single PR --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5b3767470a5a6..0625903bf83e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -62,3 +62,15 @@ updates: update-types: - "minor" - "patch" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + labels: [auto-dependencies] + - package-ecosystem: "pip" + directory: "/docs" + schedule: + interval: "weekly" + labels: [auto-dependencies] + From 03d66f2ca836e3c25c7dd9e47e45318077b0f637 Mon Sep 17 00:00:00 2001 From: comphead Date: Fri, 20 Feb 2026 12:20:00 -0800 Subject: [PATCH 3/3] chore: group minor dependencies into single PR --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0625903bf83e7..2cd4bdfdd7923 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -65,7 +65,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 10 labels: [auto-dependencies] - package-ecosystem: "pip" @@ -73,4 +73,3 @@ updates: schedule: interval: "weekly" labels: [auto-dependencies] -