Skip to content

Commit a2388a3

Browse files
author
Ian Lewis
authored
ci: Add go mod tidy to renovate post update (#484)
Signed-off-by: Ian Lewis <[email protected]>
1 parent 64d1a7f commit a2388a3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

renovate.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base",
5-
":gitSignOff"
6-
],
3+
"extends": ["config:base", ":gitSignOff"],
74
"schedule": ["every weekend"],
5+
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
86
"packageRules": [
97
{
108
"matchManagers": ["github-actions"],

0 commit comments

Comments
 (0)