Enable modules tidying in renovate

This commit is contained in:
Alex Somesan 2019-05-29 12:05:19 -05:00
parent 1321b74366
commit 9daa624c8f

View file

@ -1,5 +1,8 @@
{
"extends": [
"config:base"
]
}
"extends": [
"config:base"
],
"postUpdateOptions": [
"gomodTidy"
]
}