🦺(renovate) filter dependencies with minimum release age

To avoid updating to very recent releases that
might still have undiscovered issues, this commit
adds a minimum release age of 15 days to the
Renovate configuration.
This commit is contained in:
Anthony LC 2025-12-01 10:14:56 +01:00
parent b740ffa52c
commit 4b856912e5
No known key found for this signature in database

View file

@ -6,6 +6,7 @@
"prCreation": "not-pending",
"rebaseWhen": "conflicted",
"updateNotScheduled": false,
"minimumReleaseAge": "15 days",
"packageRules": [
{
"enabled": false,