Skip to content

Commit

Permalink
chore(renovate): perform go mod tidy (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r authored Jan 5, 2021
1 parent 3dd2739 commit a53f9e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"extends": [
"config:base"
],
"postUpdateOptions": [
"gomodTidy"
],
"postUpgradeTasks": {
"commands": [ "make clean" ]
"commands": [
"make clean"
]
}
}

0 comments on commit a53f9e0

Please sign in to comment.