add first version of auto-merge behavior to CI
This commit is contained in:
@@ -135,5 +135,15 @@
|
|||||||
"ghcr.io/truecharts/qbittorrent",
|
"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",
|
||||||
|
],
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user