summaryrefslogtreecommitdiff
path: root/renovate.json
blob: 65179d18d1b5828d6758ac12f21bdab544434204 (plain)
1
2
3
4
5
6
7
8
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "constraints": {
	  "go": "1.17"
  },
  "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
  "osvVulnerabilityAlerts": true
}