redux-devtools/renovate.json
Nathan Bierema 3b368269e6
Switch to pnpm (#1151)
* Use pnpm

* Update package.json's

* Add pnpm-lock.yaml to prettierignore

* Define packages for lerna

* Fix build

* Fix build

* Fix build

* Fix build

* Fix build

* Fix build

* Update

* Fix build

* Fix build

* Fix build

* Try specific version

* Try different specific version

* Test

* Skip for now
2022-05-08 13:49:09 +00:00

32 lines
784 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": ["eslint-plugin-react"],
"matchUpdateTypes": ["major", "minor"],
"groupName": "eslint-plugin-react"
}
]
}