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",
|
"description": "Label images, linuxserver versioning",
|
||||||
"matchDepNames": [
|
"matchDepNames": [
|
||||||
"ghcr.io/linuxserver/calibre",
|
"ghcr.io/linuxserver/calibre",
|
||||||
"ghcr.io/linuxserver/calibre-web",
|
|
||||||
"ghcr.io/linuxserver/code-server"
|
"ghcr.io/linuxserver/code-server"
|
||||||
],
|
],
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
@@ -91,6 +90,21 @@
|
|||||||
"automerge": false,
|
"automerge": false,
|
||||||
"minimumReleaseAge": "3 days"
|
"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",
|
"description": "Label images, linuxserver versioning, qbittorrent",
|
||||||
"matchDepNames": [
|
"matchDepNames": [
|
||||||
@@ -102,10 +116,10 @@
|
|||||||
"addLabels": [
|
"addLabels": [
|
||||||
"image"
|
"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,
|
"automerge": false,
|
||||||
"minimumReleaseAge": "3 days"
|
"minimumReleaseAge": "3 days"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Label images, linuxserver lazylibrarian versioning",
|
"description": "Label images, linuxserver lazylibrarian versioning",
|
||||||
"matchDepNames": [
|
"matchDepNames": [
|
||||||
@@ -157,7 +171,7 @@
|
|||||||
"ghcr.io/advplyr/audiobookshelf",
|
"ghcr.io/advplyr/audiobookshelf",
|
||||||
"vectorim/element-web",
|
"vectorim/element-web",
|
||||||
"bitnami/ghost"
|
"bitnami/ghost"
|
||||||
],
|
],
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"patch"
|
"patch"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user