From 5d3c52f5db664eee9026db76b5bcb466f3a09ca9 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Wed, 14 Jul 2021 18:18:28 -0400 Subject: [PATCH] chore: add dependencyDashboardLabels to renovate.json (#1156) --- synthtool/gcp/templates/java_library/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/java_library/renovate.json b/synthtool/gcp/templates/java_library/renovate.json index 47c79a931..9c7f128a4 100644 --- a/synthtool/gcp/templates/java_library/renovate.json +++ b/synthtool/gcp/templates/java_library/renovate.json @@ -69,5 +69,8 @@ } ], "semanticCommits": true, - "masterIssue": true + "dependencyDashboard": true, + "dependencyDashboardLabels": [ + "type: process" + ] }