gcg-website/renovate.json
Denys Konovalov 21c8eaa1c6
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 14s
Website Prod/Test / Testumgebung (push) Successful in 6s
fix renovate module tidying
2024-11-17 20:26:09 +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"
}
}