From 7d0ee4858ac0d2b1be8ed0c321b2ab1449fcaa31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=B4=E9=99=88=E5=A8=81?= Date: Mon, 21 Oct 2024 12:03:10 +0800 Subject: [PATCH] chore: renovate ignore react-aliased --- .github/renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index bb0749b56..9536c46d1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -19,6 +19,7 @@ groupName: 'rsbuild', matchPackageNames: ['@rsbuild/**'], groupSlug: 'rsbuild', + extends: ['schedule:daily'], }, { groupName: 'rslib', @@ -30,6 +31,7 @@ groupName: 'rspress', matchPackageNames: ['@rspress/**'], groupSlug: 'rspress', + extends: ['schedule:daily'], }, { groupName: 'modern-js', @@ -61,6 +63,8 @@ // align Node.js version minimum requirements '@types/node', 'node', + // umd tests need to lock this version + 'react-aliased', ], postUpdateOptions: ['pnpmDedupe'], }