chore: tell renovate to run go mod tidy

This commit is contained in:
Manfred Touron 2020-06-30 22:24:51 +02:00
parent cb5d0f69f3
commit f146ab7420
No known key found for this signature in database
GPG Key ID: 615D26EDFC55B351
1 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@
"extends": [
"config:base"
],
"groupName": "all"
"groupName": "all",
"gomodTidy": true
}