add first version of auto-merge behavior to CI

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-24 00:22:43 +02:00
parent 51157940ef
commit 07ea855729
+10
View File
@@ -135,5 +135,15 @@
"ghcr.io/truecharts/qbittorrent",
],
},
// enable auto-merge
{
"matchDatasources": ["docker"],
"automerge": true,
"automergeType": "branch",
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": [
"ghcr.io/truecharts/plex",
"ghcr.io/truecharts/jackett",
],
]
}