Skip to content

Commit 4ae7e21

Browse files
authored
Group Renovate bot updates (jaegertracing#5655)
## Which problem is this PR solving? - OTEL dependencies cannot be updated individually, and too many PRs anyway ## Description of the changes - Add groups Signed-off-by: Yuri Shkuro <[email protected]>
1 parent b711518 commit 4ae7e21

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

renovate.json

+34
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,40 @@
2424
],
2525
"matchUpdateTypes": ["major", "patch"],
2626
"enabled": false
27+
},
28+
{
29+
"matchManagers": ["github-actions"],
30+
"groupName": "github-actions deps"
31+
},
32+
{
33+
"matchManagers": ["gomod"],
34+
"matchSourceUrlPrefixes": [
35+
"go.opentelemetry.io/otel",
36+
"github.com/open-telemetry/opentelemetry-go-contrib"
37+
],
38+
"groupName": "All OTEL SDK + contrib packages"
39+
},
40+
{
41+
"matchManagers": ["gomod"],
42+
"matchPackagePrefixes": ["go.opentelemetry.io/collector"],
43+
"groupName": "All OTEL Collector packages"
44+
},
45+
{
46+
"matchManagers": ["gomod"],
47+
"matchPackagePrefixes": [
48+
"github.com/open-telemetry/opentelemetry-collector-contrib"
49+
],
50+
"groupName": "All OTEL Collector contrib packages"
51+
},
52+
{
53+
"matchManagers": ["gomod"],
54+
"matchSourceUrlPrefixes": ["google.golang.org"],
55+
"groupName": "All google.golang.org packages"
56+
},
57+
{
58+
"matchManagers": ["gomod"],
59+
"matchPackagePrefixes": ["golang.org/x"],
60+
"groupName": "All golang.org/x packages"
2761
}
2862
]
2963
}

0 commit comments

Comments
 (0)