Skip to content

Commit 825ea7c

Browse files
authored
Enforce go mod tidy on renovate updates (#1104)
Default behaviour was leaving stale entries in the go.sum file, which caused various problems.
1 parent 8e00d84 commit 825ea7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
],
1616
"matchFileNames": ["deploy/charts/operator/**"]
1717
}
18-
]
18+
],
19+
"postUpdateOptions": ["gomodTidy"]
1920
}

0 commit comments

Comments
 (0)