From 727ea6078cfda5a7616d973f874b5dc36c9b5c15 Mon Sep 17 00:00:00 2001 From: Kevin Hawkins Date: Mon, 21 Oct 2024 11:52:00 -0700 Subject: [PATCH] chore: group minor and patch dependency updates together --- .github/dependabot.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 43c5acc..c61a89e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,16 @@ updates: directory: '/' schedule: interval: 'monthly' - day: 'monday' - time: '08:00' - timezone: 'America/Los_Angeles' versioning-strategy: 'increase' labels: - 'dependencies' + groups: + # Group all minor and patch dependency updates together. + minor-and-patch: + applies-to: version-updates + update-types: + - 'minor' + - 'patch' open-pull-requests-limit: 5 pull-request-branch-name: separator: '-'