Skip to content

Commit 7be2cd8

Browse files
authored
Configure renovate to group grpc, protobuf, opencensus updates together (#5307)
1 parent c424199 commit 7be2cd8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{
22
"extends": [
33
"config:base"
4+
],
5+
"packageRules": [
6+
{
7+
"packagePatterns": ["^io.grpc:grpc-"],
8+
"groupName": "gRPC packages"
9+
},
10+
{
11+
"packagePatterns": ["^com.google.protobuf:protobuf-"],
12+
"groupName": "Protobuf packages"
13+
},
14+
{
15+
"packagePatterns": ["^io.opencensus:opencensus-"],
16+
"groupName": "OpenCensus packages"
17+
}
418
]
519
}

0 commit comments

Comments
 (0)