Skip to content

Commit 067ac03

Browse files
authored
[chore] group more dependencies (open-telemetry#10112)
Signed-off-by: Alex Boten <[email protected]>
1 parent 93901cd commit 067ac03

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,14 @@
5252
},
5353
{
5454
"matchManagers": ["gomod"],
55-
"matchSourceUrlPrefixes": ["https://golang.org/x"],
55+
"matchPackagePrefixes": ["https://golang.org/x"],
5656
"groupName": "All golang.org/x packages"
5757
},
58+
{
59+
"matchManagers": ["gomod"],
60+
"matchPackagePrefixes": ["go.opentelemetry.io/collector"],
61+
"groupName": "All go.opentelemetry.io/collector packages"
62+
},
5863
{
5964
"matchManagers": ["gomod"],
6065
"matchSourceUrlPrefixes": ["https://go.opentelemetry.io/build-tools"],

0 commit comments

Comments
 (0)