mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-12 09:18:50 +01:00
fix: fix missing double-escaping of backslash
This commit is contained in:
parent
37bbd523fe
commit
a0ba415d7d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user