fix renovate module tidying
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 14s
Website Prod/Test / Testumgebung (push) Successful in 6s

This commit is contained in:
2024-11-17 20:21:30 +01:00
parent c68eab6a9e
commit 21c8eaa1c6
3 changed files with 12 additions and 1 deletions

View File

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