diff options
-rw-r--r-- | renovate.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index a407240469..9fe8061457 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "extends": ["config:best-practices", ":approveMajorUpdates"], "ignorePresets": [":semanticPrefixFixDepsChoreOthers"], "semanticCommits": "disabled", - "postUpdateOptions": ["gomodUpdateImportPaths", "npmDedupe"], + "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"], "platformAutomerge": false, "packageRules": [ { |