fix(regexp): add versioning and extractVersion

This commit is contained in:
Markus Pesch 2025-03-30 22:24:59 +02:00
parent 54b3c04d61
commit 1caf701d00
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -10,7 +10,7 @@
"(^|/)[\\w-]*\\.sh$" "(^|/)[\\w-]*\\.sh$"
], ],
"matchStrings": [ "matchStrings": [
"=\"?(?<currentValue>[^\"\\n]*)\"? # renovate: datasource=(?<datasource>.*)( registryUrl=(?<registryUrl>.*))? depName=(?<depName>.*)" "=\"?(?<currentValue>[^\"\\n]*)\"? # renovate:(?:[\\s]+datasource=[\"']*(?<datasource>[^\\s\"']*)['\"]*|[\\s]+depName=['\"]*(?<depName>[^\\s'\"]*)['\"]*|[\\s]+registryUrl=['\"]*(?<registryUrl>[^\\s'\"]*)['\"]*|[\\s]+versioning=['\"]*(?<versioning>[^\\s'\"]*)['\"]*|[\\s]+extractVersion=['\"]*(?<extractVersion>[^\\s'\"]*)['\"]*)*"
] ]
} }
] ]