apply stricter regex

This commit is contained in:
2024-06-22 17:39:24 -05:00
parent 481558686f
commit e53a188108

20
.github/renovate.json vendored
View File

@@ -79,7 +79,21 @@
"matchDepNames": [
"ghcr.io/linuxserver/calibre",
"ghcr.io/linuxserver/calibre-web",
"ghcr.io/linuxserver/code-server",
"ghcr.io/linuxserver/code-server"
],
"matchDatasources": [
"docker"
],
"addLabels": [
"image"
],
"versioning": "regex:^(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<release>\\w+)",
"automerge": false,
"minimumReleaseAge": "3 days"
},
{
"description": "Label images, linuxserver versioning, qbittorrent",
"matchDepNames": [
"ghcr.io/linuxserver/qbittorrent"
],
"matchDatasources": [
@@ -88,10 +102,10 @@
"addLabels": [
"image"
],
"versioning": "regex:(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[\\.-]*r?(?<build>\\d+)*-*r?(?<release>\\w+)*",
"versioning": "regex:^(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<release>\\w+)-(?<build>\\w+)",
"automerge": false,
"minimumReleaseAge": "3 days"
},
},
{
"description": "Label images, linuxserver lazylibrarian versioning",
"matchDepNames": [