add more specific version matching
This commit is contained in:
22
.github/renovate.json
vendored
22
.github/renovate.json
vendored
@@ -78,7 +78,6 @@
|
||||
"description": "Label images, linuxserver versioning",
|
||||
"matchDepNames": [
|
||||
"ghcr.io/linuxserver/calibre",
|
||||
"ghcr.io/linuxserver/calibre-web",
|
||||
"ghcr.io/linuxserver/code-server"
|
||||
],
|
||||
"matchDatasources": [
|
||||
@@ -91,6 +90,21 @@
|
||||
"automerge": false,
|
||||
"minimumReleaseAge": "3 days"
|
||||
},
|
||||
{
|
||||
"description": "Label images, linuxserver versioning, no 'v' in version",
|
||||
"matchDepNames": [
|
||||
"ghcr.io/linuxserver/calibre-web"
|
||||
],
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"addLabels": [
|
||||
"image"
|
||||
],
|
||||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<release>\\w+)",
|
||||
"automerge": false,
|
||||
"minimumReleaseAge": "3 days"
|
||||
},
|
||||
{
|
||||
"description": "Label images, linuxserver versioning, qbittorrent",
|
||||
"matchDepNames": [
|
||||
@@ -102,10 +116,10 @@
|
||||
"addLabels": [
|
||||
"image"
|
||||
],
|
||||
"versioning": "regex:^(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<release>\\w+)-(?<build>\\w+)",
|
||||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<release>\\w+)-(?<build>\\w+)",
|
||||
"automerge": false,
|
||||
"minimumReleaseAge": "3 days"
|
||||
},
|
||||
},
|
||||
{
|
||||
"description": "Label images, linuxserver lazylibrarian versioning",
|
||||
"matchDepNames": [
|
||||
@@ -157,7 +171,7 @@
|
||||
"ghcr.io/advplyr/audiobookshelf",
|
||||
"vectorim/element-web",
|
||||
"bitnami/ghost"
|
||||
],
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"patch"
|
||||
],
|
||||
|
Reference in New Issue
Block a user