Skip to content

Commit

Permalink
[chore] group more dependencies (open-telemetry#10112)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten committed May 7, 2024
1 parent 93901cd commit 067ac03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,14 @@
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["https://golang.org/x"],
"matchPackagePrefixes": ["https://golang.org/x"],
"groupName": "All golang.org/x packages"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["go.opentelemetry.io/collector"],
"groupName": "All go.opentelemetry.io/collector packages"
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["https://go.opentelemetry.io/build-tools"],
Expand Down

0 comments on commit 067ac03

Please sign in to comment.