gcg-website/renovate.json
Denys Konovalov 0d3850251b
Some checks failed
Website Prod/Test / Produktivumgebung (push) Failing after 3s
Website Prod/Test / Testumgebung (push) Failing after 1s
fix renovate module tidying
2024-11-17 20:21:30 +01:00

9 lines
204 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"postUpgradeTasks": {
"commands": ["hugo mod tidy"],
"fileFilters": ["go.mod", "go.sum"],
"executionMode": "update"
}
}