mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 22:16:28 +00:00
Merge branch 'main' into feat/repo_config_env
This commit is contained in:
commit
5cc333318d
1 changed files with 5 additions and 1 deletions
|
@ -451,7 +451,11 @@ const staticGroups = {
|
||||||
packageRules: [
|
packageRules: [
|
||||||
{
|
{
|
||||||
groupName: 'react monorepo',
|
groupName: 'react monorepo',
|
||||||
matchPackageNames: ['@types/react', '@types/react-dom'],
|
matchPackageNames: [
|
||||||
|
'@types/react',
|
||||||
|
'@types/react-dom',
|
||||||
|
'@types/react-is',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue