deps: ensure renovate runs go mod tidy (#1357)

This commit is contained in:
Travis Groth 2020-09-01 11:37:28 -04:00 committed by GitHub
parent b8584a3f46
commit c44219b9b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
"labels": [
"dependency"
],
"postUpdateOptions": [{
"gomodTidy": true
}]
"postUpdateOptions": [
"gomodTidy"
]
}