redux-devtools/renovate.json
Nathan Bierema 199f7d8c53
Ignore remote examples for Renovate (#931)
* Ignore remote examples for now

* Format
2021-10-28 21:19:41 +00: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"
}
]
}