We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee8da1 commit 6957166Copy full SHA for 6957166
1 file changed
renovate.json
@@ -14,16 +14,15 @@
14
],
15
"packageRules": [
16
{
17
- "matchPackagePatterns": ["^io.grpc:grpc-"],
18
- "groupName": "gRPC packages"
+ "matchPackagePrefixes": ["com.google"],
+ "enabled": false
19
},
20
21
- "matchPackagePatterns": ["^com.google.protobuf:protobuf-"],
22
- "groupName": "Protobuf packages"
23
- },
24
- {
25
- "matchPackagePatterns": ["^io.opencensus:opencensus-"],
26
- "groupName": "OpenCensus packages"
+ "matchPackageNames": [
+ "com.google.cloud:google-cloud-shared-config",
+ "com.google.cloud:google-cloud-shared-dependencies"
+ ],
+ "enabled": true
27
}
28
]
29
0 commit comments