diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..65179d1 --- /dev/null +++ b/renovate.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "constraints": { + "go": "1.17" + }, + "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"], + "osvVulnerabilityAlerts": true +}