From f4bdebe9f3052557925689ea83fec7c03424b2ab Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 15 Jul 2019 09:33:25 -0700 Subject: [PATCH 1/2] Ignore guava, protobuf, opencensus for renovate We will manage these dependencies ourselves as they need to be synced across many repositories. --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index efcba23a0889..775eab073fc5 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,15 @@ "extends": [ "config:base" ], + "ignoreDeps": [ + "com.google.guava:guava", + "com.google.guava:guava-testlib", + "com.google.protobuf:protobuf-java", + "com.google.protobuf:protobuf-java-util", + "io.opencensus:opencensus-api", + "io.opencensus:opencensus-contrib-grpc-util", + "io.opencensus:opencensus-contrib-http-util" + ], "packageRules": [ { "packagePatterns": ["^io.grpc:grpc-"], From 61eda1c68682323c39a3a6db374f145cb18c94ad Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 15 Jul 2019 11:54:05 -0700 Subject: [PATCH 2/2] Add gax-bom to list of renovate ignore --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 775eab073fc5..e2e2b9709b8b 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,7 @@ "config:base" ], "ignoreDeps": [ + "com.google.api:gax-bom", "com.google.guava:guava", "com.google.guava:guava-testlib", "com.google.protobuf:protobuf-java",