feature: go mod tidy after renovate bump

This commit is contained in:
RouxAntoine 2023-10-22 17:20:55 +02:00
parent 7ec8a8c3ca
commit f8837c9632
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"postUpdateOptions": ["gomodTidy"]
}