From 0752ff727a19a467dffed335d5e59303689cf0d1 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Thu, 23 Sep 2021 14:36:33 -0400 Subject: [PATCH] chore(java): remove dependencyDashboardLabel config from renovate.json (#1220) --- synthtool/gcp/templates/java_library/renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/synthtool/gcp/templates/java_library/renovate.json b/synthtool/gcp/templates/java_library/renovate.json index 7d12e490e..9f1d5a1ca 100644 --- a/synthtool/gcp/templates/java_library/renovate.json +++ b/synthtool/gcp/templates/java_library/renovate.json @@ -70,8 +70,5 @@ } ], "semanticCommits": true, - "dependencyDashboard": true, - "dependencyDashboardLabels": [ - "type: process" - ] + "dependencyDashboard": true }