Skip to content

Commit 7df5229

Browse files
authored
Ignore guava, protobuf, opencensus for renovate (googleapis#5740)
* Ignore guava, protobuf, opencensus for renovate We will manage these dependencies ourselves as they need to be synced across many repositories. * Add gax-bom to list of renovate ignore
1 parent ccfe9b4 commit 7df5229

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
"extends": [
33
"config:base"
44
],
5+
"ignoreDeps": [
6+
"com.google.api:gax-bom",
7+
"com.google.guava:guava",
8+
"com.google.guava:guava-testlib",
9+
"com.google.protobuf:protobuf-java",
10+
"com.google.protobuf:protobuf-java-util",
11+
"io.opencensus:opencensus-api",
12+
"io.opencensus:opencensus-contrib-grpc-util",
13+
"io.opencensus:opencensus-contrib-http-util"
14+
],
515
"packageRules": [
616
{
717
"packagePatterns": ["^io.grpc:grpc-"],

0 commit comments

Comments
 (0)