fix(regexp): make registryUrl optional

This commit is contained in:
Markus Pesch 2025-03-30 21:33:43 +02:00
parent 01b679f921
commit 54b3c04d61
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: datasource=(?<datasource>.*)( registryUrl=(?<registryUrl>.*))? depName=(?<depName>.*)"
] ]
} }
] ]