Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Add go mod tidy to renovate configuration (#265)
Browse files Browse the repository at this point in the history
Renovate updates dependencies for the go modules, but it does not run `go mod tidy` by default so we need to add it as a `postUpdateOptions`.
  • Loading branch information
wennmo authored and axelssonHakan committed May 6, 2019
1 parent d0c129d commit 96bc0dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"extends": [
"qlik-oss",
"qlik-oss:groupMinorPatch"
]
],
"postUpdateOptions": ["gomodTidy"]
}

0 comments on commit 96bc0dc

Please sign in to comment.