We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c424199 commit 7be2cd8Copy full SHA for 7be2cd8
1 file changed
renovate.json
@@ -1,5 +1,19 @@
1
{
2
"extends": [
3
"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
+ }
18
]
19
}
0 commit comments