specificy auto merge images

This commit is contained in:
2024-06-22 17:19:58 -05:00
parent 12fdea3f1e
commit 481558686f

25
.github/renovate.json vendored
View File

@@ -79,7 +79,8 @@
"matchDepNames": [ "matchDepNames": [
"ghcr.io/linuxserver/calibre", "ghcr.io/linuxserver/calibre",
"ghcr.io/linuxserver/calibre-web", "ghcr.io/linuxserver/calibre-web",
"ghcr.io/linuxserver/code-server" "ghcr.io/linuxserver/code-server",
"ghcr.io/linuxserver/qbittorrent"
], ],
"matchDatasources": [ "matchDatasources": [
"docker" "docker"
@@ -87,7 +88,7 @@
"addLabels": [ "addLabels": [
"image" "image"
], ],
"versioning": "regex:^(?<compatibility>.*?)-(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[\\.-]*r?(?<build>\\d+)*-*r?(?<release>\\w+)*", "versioning": "regex:(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[\\.-]*r?(?<build>\\d+)*-*r?(?<release>\\w+)*",
"automerge": false, "automerge": false,
"minimumReleaseAge": "3 days" "minimumReleaseAge": "3 days"
}, },
@@ -106,21 +107,6 @@
"automerge": false, "automerge": false,
"minimumReleaseAge": "3 days" "minimumReleaseAge": "3 days"
}, },
{
"description": "Label images, linuxserver qbittorrent versioning",
"matchDepNames": [
"ghcr.io/linuxserver/qbittorrent"
],
"matchDatasources": [
"docker"
],
"addLabels": [
"image"
],
"versioning": "regex:(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[\\.-]*r?(?<build>\\d+)*-*r?(?<release>\\w+)*",
"automerge": false,
"minimumReleaseAge": "3 days"
},
{ {
"description": "Label images, ceph version", "description": "Label images, ceph version",
"matchDepNames": [ "matchDepNames": [
@@ -153,6 +139,11 @@
}, },
{ {
"description": "Automerge image patches", "description": "Automerge image patches",
"matchDepNames": [
"ghcr.io/advplyr/audiobookshelf",
"vectorim/element-web",
"bitnami/ghost"
],
"matchUpdateTypes": [ "matchUpdateTypes": [
"patch" "patch"
], ],