From 965338ee9b09bae6af79f43918c32ec2439fe87e Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff <35577657+nikhilwoodruff@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:24:54 +0100 Subject: [PATCH] Group sub-major updates into one PR (#809) --- .github/dependabot.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f65438b5..952f6620f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,21 @@ updates: directory: "/" schedule: interval: monthly - open-pull-requests-limit: 99 + groups: + sub-major: + patterns: + - * + update-types: + - minor + - patch - package-ecosystem: github-actions directory: "/" schedule: interval: daily - open-pull-requests-limit: 99 + groups: + sub-major: + patterns: + - * + update-types: + - minor + - patch