gcg-website/renovate.json

9 lines
204 B
JSON
Raw Normal View History

{
2024-11-17 20:21:30 +01:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"postUpgradeTasks": {
"commands": ["hugo mod tidy"],
"fileFilters": ["go.mod", "go.sum"],
"executionMode": "update"
}
}