From 85a13913bbe186dc6d38ac18f0c15c80b34dbfd3 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:23:23 -0700 Subject: [PATCH] maint: group patch updates for go deps Which problem is this PR solving? Reduce the number of dependabot PRs Short description of the changes - Groups minor and patch dependency updates into a single group. 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 4752e727..7fa1784a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,11 @@ updates: - "type: dependencies" reviewers: - "honeycombio/telemetry-team" + groups: + minor-patch: + update-types: + - "minor" + - "patch" commit-message: prefix: "maint" include: "scope"