fix(regexp): make registryUrl optional
This commit is contained in:
parent
01b679f921
commit
54b3c04d61
@ -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>.*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user