Skip to content

Commit 0367c01

Browse files
authored
chore(renovate): update Renovate configuration (#1016)
1 parent f8fac38 commit 0367c01

File tree

1 file changed

+17
-21
lines changed

1 file changed

+17
-21
lines changed

.github/renovate.json5

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,33 @@
1515
rangeStrategy: 'bump',
1616
},
1717
{
18-
groupName: 'babel',
19-
matchPackageNames: ['**babel**'],
18+
groupName: 'Babel',
19+
matchPackageNames: ['/babel/'],
2020
groupSlug: 'babel',
2121
},
2222
{
23-
groupName: 'rsbuild',
24-
matchPackageNames: ['@rsbuild/**'],
23+
groupName: 'Rsbuild',
24+
matchPackageNames: ['/rsbuild/'],
2525
groupSlug: 'rsbuild',
26-
extends: ['schedule:daily'],
2726
},
2827
{
29-
groupName: 'rslib',
30-
matchPackageNames: ['rslib'],
28+
groupName: 'Rslib',
29+
matchPackageNames: ['/rslib/'],
3130
groupSlug: 'rslib',
32-
extends: ['schedule:daily'],
3331
},
3432
{
35-
groupName: 'rspress',
36-
matchPackageNames: ['@rspress/**'],
33+
groupName: 'Rspress',
34+
matchPackageNames: ['/rspress/'],
3735
groupSlug: 'rspress',
38-
extends: ['schedule:daily'],
3936
},
4037
{
41-
groupName: 'modern-js',
42-
matchPackageNames: ['@modern-js/**'],
43-
groupSlug: 'modern-js',
38+
groupName: 'Module Federation',
39+
matchPackageNames: ['/module-federation/'],
40+
groupSlug: 'module-federation',
4441
},
4542
{
4643
groupName: 'types',
47-
matchPackageNames: ['@types/**'],
44+
matchPackageNames: ['/^@types/'],
4845
groupSlug: 'types',
4946
},
5047
{
@@ -58,14 +55,13 @@
5855
matchDepTypes: ['peerDependencies'],
5956
enabled: false,
6057
},
58+
{
59+
matchPackageNames: ['pnpm'],
60+
matchUpdateTypes: ['patch'],
61+
enabled: false,
62+
},
6163
],
6264
ignoreDeps: [
63-
// manually update some packages
64-
'pnpm',
65-
'@rspack/core',
66-
'@rspack/core-canary',
67-
// align Node.js version minimum requirements
68-
'@types/node',
6965
'node',
7066
// umd tests need to lock this version
7167
'react-18',

0 commit comments

Comments
 (0)