mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
ae1bc3aaae
* Update mockServiceWorker.js * Separate Renovate group
36 lines
841 B
JSON
36 lines
841 B
JSON
{
|
|
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
|
|
"rangeStrategy": "bump",
|
|
"rebaseWhen": "conflicted",
|
|
"ignorePaths": [
|
|
"**/node_modules/**",
|
|
"extension/examples/**",
|
|
"packages/redux-devtools-remote/examples/**"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["node"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchPackageNames": ["typescript"],
|
|
"matchUpdateTypes": ["major", "minor"],
|
|
"groupName": "typescript"
|
|
},
|
|
{
|
|
"matchPackageNames": ["source-map"],
|
|
"matchUpdateTypes": ["major", "minor"],
|
|
"groupName": "source-map"
|
|
},
|
|
{
|
|
"matchPackageNames": ["@mswjs/data"],
|
|
"matchUpdateTypes": ["major", "minor"],
|
|
"groupName": "mswjs-data"
|
|
},
|
|
{
|
|
"matchPackageNames": ["msw"],
|
|
"groupName": "msw"
|
|
}
|
|
]
|
|
}
|