From 1cde5893f7a10cc3d8770f30eca24d2c9acef6f4 Mon Sep 17 00:00:00 2001 From: Nick Partridge Date: Thu, 29 May 2025 08:40:01 -0700 Subject: [PATCH] [Renovate] Prevent immortal vega PRs (#221660) ## Summary Renovate will continue to recreate Vega PRs when closed (i.e. https://github.com/elastic/kibana/pull/220913 and https://github.com/elastic/kibana/pull/221582). We want to prevent this for the time being. See immortal PR [docs](https://renovate-docs.elastic.dev/key-concepts/pull-requests/#immortal-prs). --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index f1a0f9d56d6b..9244c14938a8 100644 --- a/renovate.json +++ b/renovate.json @@ -2210,6 +2210,7 @@ "release_note:skip", "backport:prev-minor" ], + "recreateWhen": "never", "minimumReleaseAge": "7 days", "enabled": true },