We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93901cd commit 067ac03Copy full SHA for 067ac03
renovate.json
@@ -52,9 +52,14 @@
52
},
53
{
54
"matchManagers": ["gomod"],
55
- "matchSourceUrlPrefixes": ["https://golang.org/x"],
+ "matchPackagePrefixes": ["https://golang.org/x"],
56
"groupName": "All golang.org/x packages"
57
58
+ {
59
+ "matchManagers": ["gomod"],
60
+ "matchPackagePrefixes": ["go.opentelemetry.io/collector"],
61
+ "groupName": "All go.opentelemetry.io/collector packages"
62
+ },
63
64
65
"matchSourceUrlPrefixes": ["https://go.opentelemetry.io/build-tools"],
0 commit comments