redux-devtools/renovate.json
renovate[bot] 76e0f371ac
fix(deps): update dependency msw to ^0.36.0 (#974)
* fix(deps): update dependency msw to ^0.36.0

* Update

* Remove entry

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-12-04 15:14:31 -05:00

27 lines
632 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"
}
]
}