You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/configuration-options.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1411,6 +1411,15 @@ This feature is independent of the `osvVulnerabilityAlerts` option.
1411
1411
1412
1412
The source of these CVEs is [OSV.dev](https://osv.dev/).
1413
1413
1414
+
## dependencyDashboardReportAbandonment
1415
+
1416
+
Controls whether abandoned packages are reported in the dependency dashboard.
1417
+
1418
+
When enabled (default), Renovate will display a collapsible section in the dependency dashboard listing packages that have been identified as abandoned based on the `abandonmentThreshold` configuration.
1419
+
This helps you identify dependencies that may need attention due to lack of maintenance.
1420
+
1421
+
Set this to `false` if you prefer not to see abandoned packages in your dependency dashboard.
1422
+
1414
1423
## dependencyDashboardTitle
1415
1424
1416
1425
Configure this option if you prefer a different title for the Dependency Dashboard.
'Packages are marked as abandoned when they exceed the [`abandonmentThreshold`](https://docs.renovatebot.com/configuration-options/#abandonmentthreshold) since their last release.\n';
614
+
abandonedMd+=
615
+
'Unlike deprecated packages with official notices, abandonment is detected by release inactivity.\n\n';
0 commit comments