mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-13 09:48:23 +01:00
fix: avoid using negative lookaheads which Renovate doesn't understand
This commit is contained in:
parent
de117f4bbf
commit
e1ba00d96e
@ -64,7 +64,7 @@
|
||||
"packagePatterns": [
|
||||
"^([^/]+\\/)*heimdall(:.+)?$"
|
||||
],
|
||||
"versioning": "regex:^(?<major>(?!2021)\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?$"
|
||||
"versioning": "regex:^(?<major>\\d{1,2})\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?$"
|
||||
}
|
||||
],
|
||||
"separateMinorPatch": true
|
||||
|
Loading…
Reference in New Issue
Block a user