mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-27 16:48:41 +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": [
|
"packagePatterns": [
|
||||||
"^([^/]+\\/)*heimdall(:.+)?$"
|
"^([^/]+\\/)*heimdall(:.+)?$"
|
||||||
],
|
],
|
||||||
"versioning": "regex:^(?<major>(?!2021)\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?$"
|
"versioning": "regex:^(?<major>\\d{1,2})\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?$"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"separateMinorPatch": true
|
"separateMinorPatch": true
|
||||||
|
Loading…
Reference in New Issue
Block a user