diff --git a/renovate.json b/renovate.json index f45d8f11..b726bc92 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,14 @@ { "extends": [ "config:base" - ] + ], + "patch": { + "automerge": true + }, + "prHourlyLimit": 60, + "postUpdateOptions": ["gomodTidy"], + "vulnerabilityAlerts": { + "labels": ["security"], + "assignees": ["@laverya"] + } }