Browse Source

chore: ignore lru-cache in renovate.json

Evan You 2 years ago
parent
commit
b99ac931a8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/renovate.json5

+ 4 - 0
.github/renovate.json5

@@ -46,5 +46,9 @@
 
     // ESM only
     'estree-walker',
+
+    // pinned
+    // https://github.com/vuejs/core/issues/10300#issuecomment-1940855364
+    'lru-cache'
   ],
 }