Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,40 @@
packageRules: [
// Use chore as semantic commit type for commit messages
{
matchPackagePatterns: ['*'],
matchPackageNames: ['**'],
semanticCommitType: 'chore',
// always bump package.json
rangeStrategy: 'bump',
},
{
groupName: 'babel',
packagePatterns: ['babel'],
matchPackageNames: ['**babel**'],
groupSlug: 'babel',
},
{
groupName: 'rsbuild',
packagePatterns: ['rsbuild'],
matchPackageNames: ['@rsbuild/**'],
groupSlug: 'rsbuild',
},
{
groupName: 'rspress',
packagePatterns: ['rspress'],
matchPackageNames: ['@rspress/**'],
groupSlug: 'rspress',
},
{
groupName: 'modern-js',
packagePatterns: ['modern-js'],
matchPackageNames: ['@modern-js/**'],
groupSlug: 'modern-js',
},
{
groupName: 'types',
packagePatterns: ['^@types/'],
matchPackageNames: ['@types/**'],
groupSlug: 'types',
},
{
groupName: 'all patch dependencies',
groupSlug: 'all-patch',
matchPackagePatterns: ['*'],
matchPackageNames: ['**'],
matchUpdateTypes: ['patch'],
},
// manually update peer dependencies
Expand Down
Loading