Skip to content

Commit

Permalink
Set automerge (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Aug 3, 2023
1 parent aeed2d3 commit 990cbfc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":disableDependencyDashboard", ":enablePreCommit"],
"autoApprove": true
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit 990cbfc

Please sign in to comment.