Skip to content

Commit

Permalink
maint: group patch updates for go deps (#412)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
codeboten authored Mar 15, 2024
1 parent cd338fe commit 582de95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ updates:
- "type: dependencies"
reviewers:
- "honeycombio/pipeline-team"
groups:
minor-patch:
update-types:
- "minor"
- "patch"
commit-message:
prefix: "maint"
include: "scope"

0 comments on commit 582de95

Please sign in to comment.