From 07a4b4295077b92898440f57b319699c574b4a0d Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Fri, 27 Oct 2023 11:00:32 -0400 Subject: [PATCH] dependabot groups --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd114391..496dbfa7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,23 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 + groups: + arrow-rs: + patterns: + - "arrow" + - "parquet" + arrow2: + patterns: + - "arrow2" + - "parquet2" + other: + patterns: + - "*" + exclude-patterns: + - "arrow" + - "parquet" + - "arrow2" + - "parquet2" - package-ecosystem: npm directory: "/" schedule: