mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Keep Node upgrades disabled (#1168)
This commit is contained in:
parent
8d4f514187
commit
0f8cf79aa7
|
@ -8,6 +8,10 @@
|
|||
"packages/redux-devtools-remote/examples/**"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["node"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["typescript"],
|
||||
"matchUpdateTypes": ["major", "minor"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user