From 8ac32eeec8857106a8c8749fb252b0eaa1f34a5c Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sat, 24 Apr 2021 18:46:01 -0700 Subject: [PATCH] build: ignore string-width (#1920) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5ec138e45..bead5b8a8 100644 --- a/renovate.json +++ b/renovate.json @@ -5,5 +5,5 @@ "pinVersions": false, "rebaseStalePrs": true, "gitAuthor": null, - "ignoreDeps": ["decamelize"] + "ignoreDeps": ["string-width"] }