Skip to content

Commit

Permalink
feat: auto merge golangci-lint and patch versions (#25)
Browse files Browse the repository at this point in the history
Enable automerge for:
- automerge golangci-lint minor and patch version
- automerge patch version
  • Loading branch information
jooola authored May 28, 2024
1 parent 84b7da4 commit 62885c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,21 @@
],
"packageRules": [
{
"description": ["automerge pre-commit hooks minor and patch version"],
"matchManagers": ["pre-commit"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"description": ["automerge golangci-lint minor and patch version"],
"matchUpdateTypes": ["minor", "patch"],
"matchDepNames": ["golangci/golangci-lint"],
"automerge": true
},
{
"description": ["automerge patch version"],
"updateTypes": ["patch"],
"automerge": true
}
],
"customManagers": [
Expand Down

0 comments on commit 62885c3

Please sign in to comment.