Skip to content

Commit

Permalink
ci: Add go mod tidy to renovate post update (#484)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <ianlewis@google.com>
  • Loading branch information
ianlewis authored Feb 13, 2023
1 parent 64d1a7f commit a2388a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":gitSignOff"
],
"extends": ["config:base", ":gitSignOff"],
"schedule": ["every weekend"],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
"packageRules": [
{
"matchManagers": ["github-actions"],
Expand Down

0 comments on commit a2388a3

Please sign in to comment.