Skip to content

Commit

Permalink
Instruct Renovate bot to run go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jun 28, 2024
1 parent c6f0ca9 commit c2070c6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"config:recommended",
":gitSignOff"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"suppressNotifications": ["prEditedNotification"]
}

0 comments on commit c2070c6

Please sign in to comment.