Skip to content

Commit

Permalink
Enhance Renovate configuration (#30)
Browse files Browse the repository at this point in the history
this auto-merges non-major upgrades as well as running `go mod tidy` on
every golang module update.

Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX authored Mar 14, 2023
1 parent 959c825 commit db20c05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
],
"postUpdateOptions": [
"gomodTidy"
]
}

0 comments on commit db20c05

Please sign in to comment.