snowflake/renovate.json
2023-07-03 20:01:18 +02:00

8 lines
207 B
JSON

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