fix: avoid using negative lookaheads which Renovate doesn't understand

This commit is contained in:
Christoph Schug 2024-05-02 19:57:48 +02:00
parent de117f4bbf
commit e1ba00d96e

View File

@ -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