Compare commits

...

1 Commits

Author SHA1 Message Date
Anthony LC
4b856912e5 🦺(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.
2025-12-01 10:14:56 +01:00

View File

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