From 3fa141d985b0373e043f5b006ff83e5e587bf269 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 1 Sep 2021 10:51:00 -0400 Subject: [PATCH] chore(python): group renovate prs (#1200) --- synthtool/gcp/templates/python_library/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/synthtool/gcp/templates/python_library/renovate.json b/synthtool/gcp/templates/python_library/renovate.json index 9fa8816fe..c21036d38 100644 --- a/synthtool/gcp/templates/python_library/renovate.json +++ b/synthtool/gcp/templates/python_library/renovate.json @@ -1,6 +1,7 @@ { "extends": [ "config:base", + "group:all", ":preserveSemverRanges", ":disableDependencyDashboard" ],