From 119e704fd1256fff424161aee9418f4cf15dbc44 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Thu, 30 Jan 2020 11:57:32 -0800 Subject: [PATCH] fix(java_templates): group guava with other core dependencies --- synthtool/gcp/templates/java_library/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/java_library/renovate.json b/synthtool/gcp/templates/java_library/renovate.json index a5cdff45c..268a4669a 100644 --- a/synthtool/gcp/templates/java_library/renovate.json +++ b/synthtool/gcp/templates/java_library/renovate.json @@ -22,7 +22,8 @@ "^com.google.api:gax", "^com.google.auth:", "^com.google.cloud:google-cloud-core", - "^io.grpc:" + "^io.grpc:", + "^com.google.guava:" ], "groupName": "core dependencies" },