renovate 40.30.2 → 40.31.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.
@@ -1764,6 +1764,12 @@ const options = [
1764
1764
  type: 'string',
1765
1765
  default: null,
1766
1766
  },
1767
+ {
1768
+ name: 'dependencyDashboardReportAbandonment',
1769
+ description: 'Controls whether abandoned packages are reported in the dependency dashboard.',
1770
+ type: 'boolean',
1771
+ default: true,
1772
+ },
1767
1773
  {
1768
1774
  name: 'internalChecksAsSuccess',
1769
1775
  description: 'Whether to consider passing internal checks such as `minimumReleaseAge` when determining branch status.',