From ac7d6b0df506d4b487b6716f4d93e1564b9124d9 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:48:50 -0800 Subject: [PATCH] maint: group minor/patch updates (#128) Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3e5a24..7a18403 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,11 @@ updates: - "type: dependencies" reviewers: - "honeycombio/collection-team" + groups: + minor-patch: + update-types: + - "minor" + - "patch" commit-message: prefix: "maint" include: "scope"