Skip to content

Commit

Permalink
maint: group patch updates for go deps
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 committed Mar 15, 2024
1 parent 7df43da commit 85a1391
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/telemetry-team"
groups:
minor-patch:
update-types:
- "minor"
- "patch"
commit-message:
prefix: "maint"
include: "scope"

0 comments on commit 85a1391

Please sign in to comment.