From b56329086a94944392d83911f18b4372c009dc2f Mon Sep 17 00:00:00 2001 From: Christoph Schug Date: Mon, 1 Jul 2024 12:45:31 +0200 Subject: [PATCH] feat: instruct Renovate to stop updating Renovate shall not attempt further updates if a label named `renovate/stop_updating` is set. --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 86ae933..0f70971 100644 --- a/renovate.json +++ b/renovate.json @@ -103,5 +103,6 @@ "allowedVersions": "!/^2\\.19\\.10$/" } ], - "separateMinorPatch": true + "separateMinorPatch": true, + "stopUpdatingLabel": "renovate/stop_updating" }