]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: ignore lru-cache in renovate.json
authorEvan You <yyx990803@gmail.com>
Tue, 13 Feb 2024 09:20:42 +0000 (17:20 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 13 Feb 2024 09:26:17 +0000 (17:26 +0800)
.github/renovate.json5

index a43f4ae30cf215ee9ea0ca2e6e8c3e6cb0c19be7..1b05463b2babe56b9f2e676a37b02ed3279bd17f 100644 (file)
@@ -46,5 +46,9 @@
 
     // ESM only
     'estree-walker',
+
+    // pinned
+    // https://github.com/vuejs/core/issues/10300#issuecomment-1940855364
+    'lru-cache'
   ],
 }