renovate 43.66.5 → 43.69.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1074,7 +1074,8 @@ const options = [
1074
1074
  name: "skipInstalls",
1075
1075
  description: "Skip installing modules/dependencies if lock file updating is possible without a full install.",
1076
1076
  type: "boolean",
1077
- default: null
1077
+ default: null,
1078
+ supportedManagers: ["npm"]
1078
1079
  },
1079
1080
  {
1080
1081
  name: "autodiscover",