Skip to content

Commit

Permalink
Update renovate config to run go mod tidy (#355)
Browse files Browse the repository at this point in the history
Adds options to run `go mod tidy` after an update and to update import
paths in case there's a major update of a dependency.
  • Loading branch information
lucacome authored Sep 10, 2024
1 parent 9a4cdc8 commit 99e26ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
"group:allNonMajor",
"schedule:earlyMondays", // Run once a week.
],
postUpdateOptions: [
"gomodTidy",
"gomodUpdateImportPaths"
]
}

0 comments on commit 99e26ad

Please sign in to comment.