mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 11:51:41 +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"],
|
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
|
||||||
"rangeStrategy": "bump",
|
"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