Skip to content

Commit

Permalink
Add gomodTidy to postUpdateOptions in renovate.json (#50)
Browse files Browse the repository at this point in the history
This will lead to `go mod tidy` being run after go module updates to
purge unused verison hashes from go.sum

See https://docs.renovatebot.com/configuration-options/#postupdateoptions
for details.
  • Loading branch information
tklauser authored and mattn committed Jan 21, 2020
1 parent 8a28c40 commit fb38f00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions renovate.json
@@ -1,5 +1,8 @@
{
"extends": [
"config:base"
],
"postUpdateOptions": [
"gomodTidy"
]
}

0 comments on commit fb38f00

Please sign in to comment.