remove auto merge on custom versioning

This commit is contained in:
2024-06-22 16:58:17 -05:00
parent 97a51d4765
commit 238c16c8fd

20
.github/renovate.json vendored
View File

@@ -164,26 +164,6 @@
],
"automerge": true,
"automergeType": "branch"
},
{
"description": "Automerge image patches, linuxserver versioning",
"matchDepNames": [
"ghcr.io/linuxserver/calibre",
"ghcr.io/linuxserver/calibre-web",
"ghcr.io/linuxserver/code-server"
],
"matchUpdateTypes": [
"patch"
],
"matchDatasources": [
"docker"
],
"addLabels": [
"image"
],
"versioning": "regex:^(?<compatibility>.*?)-(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[\\.-]*r?(?<build>\\d+)*-*r?(?<release>\\w+)*",
"automerge": true,
"automergeType": "branch"
}
]
}