mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-30 13:33:52 +03:00
d807663302
* Update Renovate config * Twice
23 lines
570 B
JSON
23 lines
570 B
JSON
{
|
|
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
|
|
"rangeStrategy": "bump",
|
|
"rebaseWhen": "conflicted",
|
|
"ignorePaths": ["**/node_modules/**", "extension/examples/**"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["node"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchPackageNames": ["typescript"],
|
|
"matchUpdateTypes": ["major", "minor"],
|
|
"groupName": "typescript"
|
|
},
|
|
{
|
|
"matchPackageNames": ["source-map"],
|
|
"matchUpdateTypes": ["major", "minor"],
|
|
"groupName": "source-map"
|
|
}
|
|
]
|
|
}
|