From 8a778773471e0638eae0dd1d4e8319a182b90e1e Mon Sep 17 00:00:00 2001 From: James Thompson Date: Tue, 25 Aug 2026 13:39:16 +1000 Subject: [PATCH] Update postUpdateOptions for go --- .github/renovate.json5 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4b00060e16..48aba37dc1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,7 +33,9 @@ 'golang', ], postUpdateOptions: [ - 'gomodTidy', + 'gomodTidyAll', + 'gomodTidyE', + 'gomodUpdateImportPaths', ], semanticCommitType: 'build', schedule: [ @@ -53,7 +55,9 @@ 'golang', ], postUpdateOptions: [ - 'gomodTidy', + 'gomodTidyAll', + 'gomodTidyE', + 'gomodUpdateImportPaths', ], semanticCommitType: 'build', schedule: [ @@ -186,7 +190,9 @@ 'before 8am on Wednesday', ], postUpdateOptions: [ - 'gomodTidy', + 'gomodTidyAll', + 'gomodTidyE', + 'gomodUpdateImportPaths', ], } ], @@ -199,7 +205,9 @@ ], }, postUpdateOptions: [ - 'gomodTidy', + 'gomodTidyAll', + 'gomodTidyE', + 'gomodUpdateImportPaths', ], semanticCommits: 'enabled', semanticCommitType: 'build',