mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 05:06:50 +03:00
16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
|
|
"rangeStrategy": "bump",
|
|
"rebaseWhen": "conflicted",
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": [
|
|
"@types/react",
|
|
"@types/react-dom",
|
|
"@types/react-test-renderer"
|
|
],
|
|
"groupName": "react monorepo"
|
|
}
|
|
]
|
|
}
|