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.
- package/dist/config/options/index.js +6 -0
- package/dist/config/options/index.js.map +1 -1
- package/dist/config/types.d.ts +1 -0
- package/dist/config/types.js.map +1 -1
- package/dist/modules/platform/github/index.js +4 -4
- package/dist/modules/platform/github/index.js.map +1 -1
- package/dist/workers/repository/dependency-dashboard.d.ts +1 -0
- package/dist/workers/repository/dependency-dashboard.js +47 -0
- package/dist/workers/repository/dependency-dashboard.js.map +1 -1
- package/package.json +2 -2
- package/renovate-schema.json +5 -0
@@ -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.',
|