Skip to content

Commit 8d60cfd

Browse files
committed
feat(renovate): add gomodTidy post-update option for Go modules
1 parent 9bb2118 commit 8d60cfd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

renovate.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131
],
3232
enabled: true,
3333
},
34+
{
35+
// Auto-run go mod tidy for Go module updates
36+
matchManagers: [
37+
'gomod',
38+
],
39+
postUpdateOptions: [
40+
'gomodTidy',
41+
],
42+
},
3443
],
3544
customManagers: [
3645
{

0 commit comments

Comments
 (0)