Keep Node upgrades disabled (#1168)

This commit is contained in:
Nathan Bierema 2022-05-16 12:09:07 -04:00 committed by GitHub
parent 8d4f514187
commit 0f8cf79aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,10 @@
"packages/redux-devtools-remote/examples/**"
],
"packageRules": [
{
"matchPackageNames": ["node"],
"enabled": false
},
{
"matchPackageNames": ["typescript"],
"matchUpdateTypes": ["major", "minor"],