You've already forked renovate-config
fix(regexp): make registryUrl optional
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
"(^|/)[\\w-]*\\.sh$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"=\"?(?<currentValue>[^\"\\n]*)\"? # renovate: datasource=(?<datasource>.*) registryUrl=(?<registryUrl>.*) depName=(?<depName>.*)"
|
||||
"=\"?(?<currentValue>[^\"\\n]*)\"? # renovate: datasource=(?<datasource>.*)( registryUrl=(?<registryUrl>.*))? depName=(?<depName>.*)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user