From 1c4589f7820554712e8448ca7910b517841fefc9 Mon Sep 17 00:00:00 2001 From: Timeless0911 <1604889533@qq.com> Date: Thu, 15 May 2025 11:55:11 +0800 Subject: [PATCH] chore(renovate): ignore updating @ast-grep/napi --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a720defa4..c7d819824 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -70,6 +70,8 @@ // umd tests need to lock this version 'react-18', 'react-dom-18', + // see https://github.com/web-infra-dev/rslib/pull/992 + '@ast-grep/napi', ], postUpdateOptions: ['pnpmDedupe'], }