Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit e012ec9

Browse files
committed
chore(renovate.json5): remove abandonment configuration for old PRs
Remove the configuration that automatically abandons old PRs after one year. This change is made to ensure that all PRs, regardless of age, are reviewed and closed manually. This helps in maintaining a clear record of all changes and decisions made in the repository.
1 parent e69c0fa commit e012ec9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/renovate.json5

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
"dependencyDashboard": true, // Enable dashboard for manual approvals
2424
"dependencyDashboardTitle": "Dependency Dashboard",
2525

26-
// Abandon old PRs after 1 year to keep things clean
27-
"abandonments": {
28-
"enabled": true,
29-
"abandonmentThreshold": "1 year"
30-
},
31-
3226
// Security vulnerability handling - process immediately
3327
"vulnerabilityAlerts": {
3428
"enabled": true,

0 commit comments

Comments
 (0)