apply stricter regex
This commit is contained in:
20
.github/renovate.json
vendored
20
.github/renovate.json
vendored
@@ -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": [
|
||||
|
Reference in New Issue
Block a user