From 145c10c2eb254efa959c603f50cf508ca4e3b42c Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 5 Dec 2019 13:08:05 -0800 Subject: [PATCH] chore: pin TypeScript for the time being (#337) --- 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"] }