renovate.json: allow renovate to use "go mod tidy"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
80ec407989
commit
82e8d3ca45
1 changed files with 3 additions and 0 deletions
|
@ -12,5 +12,8 @@
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
"dependencyDashboard": true
|
"dependencyDashboard": true
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"postUpdateOptions": [
|
||||||
|
"gomodTidy"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue