snowflake/renovate.json
2023-10-16 20:48:47 +02:00

8 lines
207 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"constraints": {
"go": "1.21"
},
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
"osvVulnerabilityAlerts": true
}