Skip to content

Commit

Permalink
fix gomod update options
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 committed Jan 13, 2024
1 parent 0e371d5 commit bad276d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/renovate/gomod.json5
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchManagers": ["gomod"],
"postUpdateOptions": ["gomodTidy", "gomodMassage"]
}
]
"postUpdateOptions": ["gomodTidy", "gomodMassage"]
}

0 comments on commit bad276d

Please sign in to comment.