🦺(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:
@@ -6,6 +6,7 @@
|
||||
"prCreation": "not-pending",
|
||||
"rebaseWhen": "conflicted",
|
||||
"updateNotScheduled": false,
|
||||
"minimumReleaseAge": "15 days",
|
||||
"packageRules": [
|
||||
{
|
||||
"enabled": false,
|
||||
|
||||
Reference in New Issue
Block a user