diff --git a/renovate.json b/renovate.json index 7190a60..f2c61e7 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,12 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "minimumReleaseAge": "7 days", + "dependencyDashboard": true, + "vulnerabilityAlerts": { + "enabled": true, + "labels": ["security"], + "minimumReleaseAge": null, + "prCreation": "immediate" + }, + "postUpdateOptions": ["gomodTidy"] }