add minimum release age to renovate config

This commit is contained in:
Devin Buhl 2024-04-06 13:50:50 -04:00 committed by Zoe Roux
parent 9ffc1d6d92
commit 9d83f02c8b

View File

@ -1,8 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:base", "docker:pinDigests"],
"config:base" "minimumReleaseAge": "5 days",
],
"postUpdateOptions": [ "postUpdateOptions": [
"gomodTidy", "gomodTidy",
"gomodUpdateImportPaths" "gomodUpdateImportPaths"