fix renovate module tidying
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user