renovate.json: allow renovate to use "go mod tidy"
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tom Neuber 2024-02-26 09:54:15 +01:00
parent 80ec407989
commit 82e8d3ca45
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -12,5 +12,8 @@
"platformAutomerge": true,
"dependencyDashboard": true
}
],
"postUpdateOptions": [
"gomodTidy"
]
}