From 70bac0a910af1308aa67893f10736f03f14c3abe Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Tue, 25 Feb 2025 09:58:27 -0500 Subject: [PATCH 1/2] chore: group dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef7e009..a5c756d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,17 @@ updates: directory: "/" schedule: interval: weekly + group: + all-dependencies: + patterns: + - "*" open-pull-requests-limit: 99 - package-ecosystem: github-actions directory: '/' schedule: interval: weekly open-pull-requests-limit: 99 + group: + all-dependencies: + patterns: + - "*" \ No newline at end of file From 70ff0ab62338ab818c100af2b1c228c27de8f280 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Tue, 25 Feb 2025 10:10:06 -0500 Subject: [PATCH 2/2] Group updates --- .github/dependabot.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a5c756d..0c2ecc8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,17 +4,23 @@ updates: directory: "/" schedule: interval: weekly - group: + groups: all-dependencies: patterns: - "*" + update-types: + - "minor" + - "patch" open-pull-requests-limit: 99 - package-ecosystem: github-actions directory: '/' schedule: interval: weekly open-pull-requests-limit: 99 - group: + groups: all-dependencies: patterns: - - "*" \ No newline at end of file + - "*" + update-types: + - "minor" + - "patch" \ No newline at end of file