Skip to content

Commit

Permalink
speed up patch merging for renovate (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy authored Sep 27, 2022
1 parent 19e90a7 commit 558d5dc
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"extends": [
"config:base"
]
],
"packageRules": [
{
"matchUpdateTypes": [
"patch",
"pin",
"digest"
],
"automerge": true,
"automergeType": "pr"
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true,
"automergeType": "pr"
}
],
"platformAutomerge": true,
"platformCommit": true
}

0 comments on commit 558d5dc

Please sign in to comment.