Skip to content

Commit a51d4bd

Browse files
authored
chore: renovate ignore react-aliased (#313)
1 parent 7761151 commit a51d4bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
groupName: 'rsbuild',
2020
matchPackageNames: ['@rsbuild/**'],
2121
groupSlug: 'rsbuild',
22+
extends: ['schedule:daily'],
2223
},
2324
{
2425
groupName: 'rslib',
@@ -30,6 +31,7 @@
3031
groupName: 'rspress',
3132
matchPackageNames: ['@rspress/**'],
3233
groupSlug: 'rspress',
34+
extends: ['schedule:daily'],
3335
},
3436
{
3537
groupName: 'modern-js',
@@ -61,6 +63,8 @@
6163
// align Node.js version minimum requirements
6264
'@types/node',
6365
'node',
66+
// umd tests need to lock this version
67+
'react-aliased',
6468
],
6569
postUpdateOptions: ['pnpmDedupe'],
6670
}

0 commit comments

Comments
 (0)