Renovate: Run Go mod tidy after update

This commit is contained in:
Joakim Hellsén 2024-02-07 00:45:04 +01:00
commit 45bd83a5ba
2 changed files with 9 additions and 9 deletions

View file

@ -1,11 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"automerge": true,
"configMigration": true,
"dependencyDashboard": false,
"osvVulnerabilityAlerts": true,
"timezone": "Europe/Stockholm"
"timezone": "Europe/Stockholm",
"postUpdateOptions": ["gomodTidy"]
}

View file

@ -25,6 +25,7 @@
"gaierror",
"giga",
"gofeed",
"gomod",
"gorm",
"hitronhub",
"homerouter",