mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
parent
acdee33088
commit
d807663302
|
@ -5,19 +5,14 @@
|
|||
"ignorePaths": ["**/node_modules/**", "extension/examples/**"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["knex"],
|
||||
"matchUpdateTypes": ["major", "minor"],
|
||||
"groupName": "knex"
|
||||
"matchPackageNames": ["node"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["typescript"],
|
||||
"matchUpdateTypes": ["major", "minor"],
|
||||
"groupName": "typescript"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["node"],
|
||||
"groupName": "node"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["source-map"],
|
||||
"matchUpdateTypes": ["major", "minor"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user