From 9849bcd498e2df5fb544a6408057d3b03ff19db2 Mon Sep 17 00:00:00 2001 From: Catherine Date: Tue, 21 Oct 2025 23:13:34 +0000 Subject: [PATCH] Renovate: disable `abandonmentThreshold`. It's fine for a package to stop getting updates if it is feature complete. --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1f2054a..f33a100 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "group:all" - ] + ], + "abandonmentThreshold": null }