Enable auto-merge on minor updates.

https://docs.renovatebot.com/configuration-options/#automerge

Change-Id: I6fde503508b546e622fe99f9859e0ebf2d2782e4
pull/1783/head
Jaehwa Noh 8 months ago
parent d15c739812
commit 9f96da7f56

@ -10,5 +10,11 @@
"renovate[bot]@users.noreply.github.com",
"github-actions[bot]@users.noreply.github.com",
"41898282+github-actions[bot]@users.noreply.github.com"
],
"packageRules": [
{
"matchUpdateTypes": ["minor"],
"automerge": true
}
]
}

Loading…
Cancel
Save