Skip to content

Commit

Permalink
feat(renovate) Renovate should automerge patch versions (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoehen authored Mar 6, 2024
1 parent 3a82c24 commit f6b6b35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
{
"matchUpdateTypes": ["major"],
"dependencyDashboardApproval": true
},
{
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit f6b6b35

Please sign in to comment.