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

17
.github/renovate.json vendored
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,
], "configMigration": true,
"automerge": true, "dependencyDashboard": false,
"configMigration": true, "osvVulnerabilityAlerts": true,
"dependencyDashboard": false, "timezone": "Europe/Stockholm",
"osvVulnerabilityAlerts": true, "postUpdateOptions": ["gomodTidy"]
"timezone": "Europe/Stockholm"
} }

View file

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