From b99ac931a870b21b257d19b1e92c78c5f7c1fcb9 Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 13 Feb 2024 17:20:42 +0800 Subject: [PATCH] chore: ignore lru-cache in renovate.json --- .github/renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a43f4ae30cf..1b05463b2ba 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' ], }