Skip to content

Commit

Permalink
ci: add Renovate go mod tidy options (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Oct 9, 2023
1 parent 100c3bd commit 3f18eff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@
"automerge": true,
},
],
"postUpdateOptions": [
"gomodMassage",
"gomodTidy",
"gomodUpdateImportPaths",
],
}

0 comments on commit 3f18eff

Please sign in to comment.