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