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:
MrMeeb 2024-06-22 15:37:03 +00:00
parent 4ca8981d0c
commit 9b848e7edb
Signed by: Gitea
GPG Key ID: F0F281CA810217FF

View File

@ -4,6 +4,7 @@
"major": {
"dependencyDashboardApproval": true
},
"minimumReleaseAge": "7 days",
"customManagers": [
{
"customType": "regex",