Delay Renovate from picking up new releases by 7 days (#31) [skip ci]
When Renovate acts too quickly, weirdness can occur, especially when more core packages like Alpine are updated - things haven't had time to propogate if we start updating less than an hour after the release. Waiting 7 days should give plenty of time for other maintainers to update their packages and for things to distribute. Reviewed-on: #31
This commit is contained in:
parent
4ca8981d0c
commit
9b848e7edb
@ -4,6 +4,7 @@
|
||||
"major": {
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
"minimumReleaseAge": "7 days",
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
|
Loading…
x
Reference in New Issue
Block a user