add more specific version matching
This commit is contained in:
18
.github/renovate.json
vendored
18
.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,7 +116,7 @@
|
||||
"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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user