Skip to content

Commit 6d0c503

Browse files
committed
chore: update renovate
1 parent 73487a4 commit 6d0c503

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/renovate.json5

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,40 @@
55
packageRules: [
66
// Use chore as semantic commit type for commit messages
77
{
8-
matchPackagePatterns: ['*'],
8+
matchPackageNames: ['**'],
99
semanticCommitType: 'chore',
1010
// always bump package.json
1111
rangeStrategy: 'bump',
1212
},
1313
{
1414
groupName: 'babel',
15-
packagePatterns: ['babel'],
15+
matchPackageNames: ['**babel**'],
1616
groupSlug: 'babel',
1717
},
1818
{
1919
groupName: 'rsbuild',
20-
packagePatterns: ['rsbuild'],
20+
matchPackageNames: ['@rsbuild/**'],
2121
groupSlug: 'rsbuild',
2222
},
2323
{
2424
groupName: 'rspress',
25-
packagePatterns: ['rspress'],
25+
matchPackageNames: ['@rspress/**'],
2626
groupSlug: 'rspress',
2727
},
2828
{
2929
groupName: 'modern-js',
30-
packagePatterns: ['modern-js'],
30+
matchPackageNames: ['@modern-js/**'],
3131
groupSlug: 'modern-js',
3232
},
3333
{
3434
groupName: 'types',
35-
packagePatterns: ['^@types/'],
35+
matchPackageNames: ['@types/**'],
3636
groupSlug: 'types',
3737
},
3838
{
3939
groupName: 'all patch dependencies',
4040
groupSlug: 'all-patch',
41-
matchPackagePatterns: ['*'],
41+
matchPackageNames: ['**'],
4242
matchUpdateTypes: ['patch'],
4343
},
4444
// manually update peer dependencies

0 commit comments

Comments
 (0)