chore(*): group react types with monorepo (#825)

This commit is contained in:
Nathan Bierema 2021-08-30 13:05:52 +00:00 committed by GitHub
parent 91b89826ea
commit 49c8f24460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]
}