diff --git a/renovate.json5 b/renovate.json5 index 3fc67f81298..e81ef0855d9 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -6,7 +6,7 @@ packageRules: [ { // Those cannot be upgraded to a major version until we drop support for Node 10 - packageNames: ['path-type'], + packageNames: ['path-type', 'open', 'inquirer'], major: { enabled: false, },