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", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:recommended"],
"config:recommended"
],
"automerge": true, "automerge": true,
"configMigration": true, "configMigration": true,
"dependencyDashboard": false, "dependencyDashboard": false,
"osvVulnerabilityAlerts": true, "osvVulnerabilityAlerts": true,
"timezone": "Europe/Stockholm" "timezone": "Europe/Stockholm",
"postUpdateOptions": ["gomodTidy"]
} }

View file

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