From: Evan You Date: Tue, 13 Feb 2024 09:20:42 +0000 (+0800) Subject: chore: ignore lru-cache in renovate.json X-Git-Tag: v3.4.19~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b99ac931a870b21b257d19b1e92c78c5f7c1fcb9;p=thirdparty%2Fvuejs%2Fcore.git chore: ignore lru-cache in renovate.json --- diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a43f4ae30c..1b05463b2b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -46,5 +46,9 @@ // ESM only 'estree-walker', + + // pinned + // https://github.com/vuejs/core/issues/10300#issuecomment-1940855364 + 'lru-cache' ], }