mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
chore(*): group react types with monorepo (#825)
This commit is contained in:
parent
91b89826ea
commit
49c8f24460
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user