1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

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

This commit is contained in:
Laurent Cozic 2022-12-09 12:22:13 +00:00
parent 2d01792604
commit 16e88bca30

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.