Merge branch 'main' into feat/repo_config_env

This commit is contained in:
Gabriel-Ladzaretti 2025-01-04 09:34:53 +02:00 committed by GitHub
commit 5cc333318d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -451,7 +451,11 @@ const staticGroups = {
packageRules: [
{
groupName: 'react monorepo',
matchPackageNames: ['@types/react', '@types/react-dom'],
matchPackageNames: [
'@types/react',
'@types/react-dom',
'@types/react-is',
],
},
],
},