Skip to content

Commit

Permalink
chore: add post update options to renovate config (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p committed Mar 21, 2024
1 parent 2c1a7f8 commit 0c9407c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": [
"config:base"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}

0 comments on commit 0c9407c

Please sign in to comment.