Skip to content

Commit

Permalink
Feat: added postUpdate option in Renovate for go tidy (#429)
Browse files Browse the repository at this point in the history
feat: add postUpdate option in Renovate for go tidy

Signed-off-by: EraKin575 <[email protected]>

---------

Signed-off-by: EraKin575 <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
EraKin575 and renovate[bot] authored May 7, 2024
1 parent 24085b3 commit 80ceb6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"constraints": {
"go": "1.22"
},
"ignorePresets": [":prHourlyLimit2"],
"reviewers": ["team:maintainers"]
"reviewers": ["team:maintainers"],
"postUpdateOptions": ["gomodTidy"]
}

0 comments on commit 80ceb6a

Please sign in to comment.