renovate 42.42.4 → 42.43.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.
@@ -1605,6 +1605,15 @@ const options = [
1605
1605
  env: false,
1606
1606
  advancedUse: true,
1607
1607
  },
1608
+ {
1609
+ name: 'maxMajorIncrement',
1610
+ description: 'Limit the maximum major version increment allowed. Set to 0 to disable.',
1611
+ stage: 'package',
1612
+ type: 'integer',
1613
+ default: 500,
1614
+ cli: false,
1615
+ env: false,
1616
+ },
1608
1617
  {
1609
1618
  name: 'respectLatest',
1610
1619
  description: 'Ignore versions newer than npm "latest" version.',