chore(*): group react types with monorepo

This commit is contained in:
Nathan Bierema 2021-08-30 08:46:26 -04:00
parent 91b89826ea
commit 341bfa8bfd

View File

@ -1,5 +1,15 @@
{
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
"rangeStrategy": "bump",
"rebaseWhen": "conflicted"
"rebaseWhen": "conflicted",
"packageRules": [
{
"matchPackageNames": [
"@types/react",
"@types/react-dom",
"@types/react-test-renderer"
],
"groupName": "react monorepo"
}
]
}