Skip to content

Commit

Permalink
ci(renovate.json): add automerge config based on renovate 13273 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Oct 15, 2023
1 parent 7330810 commit 18a8bc0
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
Expand Up @@ -6,6 +6,11 @@
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
}
]
],
"platformAutomerge": true
}

0 comments on commit 18a8bc0

Please sign in to comment.