Skip to content
Snippets Groups Projects
renovate.json 207 B
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "constraints": {
	  "go": "1.20"
  },
  "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
  "osvVulnerabilityAlerts": true
}