Skip to content

Commit

Permalink
Update renovate config to run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Sep 10, 2024
1 parent 9a4cdc8 commit e431a91
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 e431a91

Please sign in to comment.