add unique versioning for images
This commit is contained in:
82
.github/renovate.json
vendored
82
.github/renovate.json
vendored
@@ -74,6 +74,68 @@
|
|||||||
"automerge": false,
|
"automerge": false,
|
||||||
"minimumReleaseAge": "3 days"
|
"minimumReleaseAge": "3 days"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Label images, linuxserver versioning",
|
||||||
|
"matchDepNames": [
|
||||||
|
"ghcr.io/linuxserver/calibre",
|
||||||
|
"ghcr.io/linuxserver/calibre-web",
|
||||||
|
"ghcr.io/linuxserver/code-server"
|
||||||
|
],
|
||||||
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
|
"addLabels": [
|
||||||
|
"image"
|
||||||
|
],
|
||||||
|
"versioning": "regex:^(?<compatibility>.*?)-(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[\\.-]*r?(?<build>\\d+)*-*r?(?<release>\\w+)*",
|
||||||
|
"automerge": false,
|
||||||
|
"minimumReleaseAge": "3 days"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Label images, linuxserver lazylibrarian versioning",
|
||||||
|
"matchDepNames": [
|
||||||
|
"ghcr.io/linuxserver/lazylibrarian"
|
||||||
|
],
|
||||||
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
|
"addLabels": [
|
||||||
|
"image"
|
||||||
|
],
|
||||||
|
"versioning": "regex:(?<build>\\w+)-(?<release>\\w+)",
|
||||||
|
"automerge": false,
|
||||||
|
"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",
|
||||||
|
"matchDepNames": [
|
||||||
|
"quay.io/ceph/ceph"
|
||||||
|
],
|
||||||
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
|
"addLabels": [
|
||||||
|
"image"
|
||||||
|
],
|
||||||
|
"versioning": "regex:^(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[\\.-]*r?(?<build>\\d+)",
|
||||||
|
"automerge": false,
|
||||||
|
"minimumReleaseAge": "3 days"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge onedr0p plex images",
|
"description": "Automerge onedr0p plex images",
|
||||||
"matchDepNames": [
|
"matchDepNames": [
|
||||||
@@ -102,6 +164,26 @@
|
|||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user