diff --git a/synthtool/gcp/templates/node_library/renovate.json b/synthtool/gcp/templates/node_library/renovate.json index 9518bf36f..26428fcfc 100644 --- a/synthtool/gcp/templates/node_library/renovate.json +++ b/synthtool/gcp/templates/node_library/renovate.json @@ -1,7 +1,8 @@ { "extends": [ "config:base", - "docker:disable" + "docker:disable", + ":disableDependencyDashboard" ], "pinVersions": false, "rebaseStalePrs": true,