Renovate: Run Go mod tidy after update
This commit is contained in:
parent
164674f396
commit
45bd83a5ba
2 changed files with 9 additions and 9 deletions
17
.github/renovate.json
vendored
17
.github/renovate.json
vendored
|
|
@ -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"
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
|
@ -25,6 +25,7 @@
|
||||||
"gaierror",
|
"gaierror",
|
||||||
"giga",
|
"giga",
|
||||||
"gofeed",
|
"gofeed",
|
||||||
|
"gomod",
|
||||||
"gorm",
|
"gorm",
|
||||||
"hitronhub",
|
"hitronhub",
|
||||||
"homerouter",
|
"homerouter",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue