redux-devtools/renovate.json
renovate[bot] 34ffeb60b4
fix(deps): update all non-major dependencies (#967)
* fix(deps): update all non-major dependencies

* Changes

* Downgrade msw for now

* Move into own group

* Ignore no-unused-vars

* Disable both

* Just the one

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-12-04 19:04:59 +00:00

32 lines
752 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": ["msw"],
"matchUpdateTypes": ["major", "minor"],
"groupName": "msw"
}
]
}