Tools: Add "automerge" label on Renovate PR that can be automerged

pull/7436/head
Laurent Cozic 2022-12-09 12:22:13 +00:00
parent 2d01792604
commit 16e88bca30
1 changed files with 2 additions and 0 deletions

View File

@ -96,10 +96,12 @@
{
"matchUpdateTypes": ["patch"],
"automerge": true
"labels": ["automerge"],
},
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"labels": ["automerge"],
"matchPackageNames": [
// AWS packages are updated too frequently and we can assume minor
// updates are stable.