Merge pull request #296 from cschug/renovate_nginx_stable_only

fix: fix missing double-escaping of backslash
This commit is contained in:
Christoph Schug 2024-05-31 12:18:28 +02:00 committed by GitHub
commit d58512788e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@
"packagePatterns": [
"^([^/]+\\/)*nginx(:.+)?$"
],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\d*[02468])(\\.(?<patch>\\d+))?(?:-(?<compatibility>.*))?$"
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d*[02468])(\\.(?<patch>\\d+))?(?:-(?<compatibility>.*))?$"
}
],
"separateMinorPatch": true