Attempt to group react repositories

This commit is contained in:
Pierre HUBERT 2025-03-31 16:30:53 +00:00
parent cfd7dc1afd
commit f48e1ce54b

View File

@ -6,5 +6,18 @@
":ignoreUnstable", ":ignoreUnstable",
"group:recommended" "group:recommended"
], ],
"rangeStrategy": "bump" "rangeStrategy": "bump",
"packageRules": [
{
"groupName": "react",
"matchPackageNames": [
"react",
"react-dom",
"react-is",
"@types/react",
"@types/react-dom",
"@types/react-is"
]
}
]
} }