Skip to content

Commit

Permalink
refactor: automerge on renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Sep 12, 2023
1 parent 8991dd9 commit e4b07ab
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@
"extends": ["config:base"],
"dependencyDashboard": true,
"baseBranches": ["dev"],
"automerge": true
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
}
],
"platformAutomerge": true
}

0 comments on commit e4b07ab

Please sign in to comment.