[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).
This commit is contained in:
Nick Partridge 2025-05-29 08:40:01 -07:00 committed by GitHub
parent 6c47a74e9b
commit 1cde5893f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2210,6 +2210,7 @@
"release_note:skip",
"backport:prev-minor"
],
"recreateWhen": "never",
"minimumReleaseAge": "7 days",
"enabled": true
},