From bc2c184a570168eb930e81aa3a7d7b3717919e7d Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Wed, 4 Dec 2019 16:54:38 -0800 Subject: [PATCH] chore: pin TypeScript for the time being --- synthtool/gcp/templates/node_library/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/node_library/renovate.json b/synthtool/gcp/templates/node_library/renovate.json index 61f31b77a..9518bf36f 100644 --- a/synthtool/gcp/templates/node_library/renovate.json +++ b/synthtool/gcp/templates/node_library/renovate.json @@ -14,5 +14,6 @@ "extends": "packages:linters", "groupName": "linters" } - ] + ], + "ignoreDeps": ["typescript"] }