renovate 40.22.1 → 40.23.1

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.
@@ -1758,6 +1758,12 @@ const options = [
1758
1758
  type: 'string',
1759
1759
  default: null,
1760
1760
  },
1761
+ {
1762
+ name: 'abandonmentThreshold',
1763
+ description: 'Flags packages that have not been updated within this period as abandoned.',
1764
+ type: 'string',
1765
+ default: null,
1766
+ },
1761
1767
  {
1762
1768
  name: 'internalChecksAsSuccess',
1763
1769
  description: 'Whether to consider passing internal checks such as `minimumReleaseAge` when determining branch status.',