exportarr/renovate.json
Russell Troxel 3c2312fa8f
Add gomodTidy postUpdateOption to renovate (#258)
Signed-off-by: Russell Troxel <russell@troxel.io>
2024-01-25 12:33:07 -05:00

10 lines
117 B
JSON

{
"extends": [
"config:base"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}