File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 197197 "customType" : " regex" ,
198198 "fileMatch" : [" (^|/)conda-environment\\ .yml$" ],
199199 "matchStrings" : [
200- " \\ s+-\\ s+? (?<depName>[\\ w-]+?)=? (?<currentValue>[^\\ s#=:]+? )[\\ s#]"
200+ " \\ s+-\\ s+(?<depName>[\\ w-]+)= (?<currentValue>[^\\ s#=]+ )[\\ s#]+ "
201201 ],
202202 "datasourceTemplate" : " conda" ,
203203 "registryUrlTemplate" : " https://api.anaconda.org/package/conda-forge" ,
207207 "description" : " Update pip nested packages inside conda-environment.yml." ,
208208 "fileMatch" : [" (^|/)conda-environment\\ .yml$" ],
209209 "matchStrings" : [
210- " \\ s+-\\ s+? (?<depName>[\\ w-]+? )==? (?<currentValue>[^\\ s#=:]+? )[\\ s#]"
210+ " \\ s+-\\ s+(?<depName>[\\ w-]+)==(?<currentValue>[^\\ s#=]+ )[\\ s#]+ "
211211 ],
212212 "datasourceTemplate" : " pypi" ,
213213 "versioningTemplate" : " pep440"
You can’t perform that action at this time.
0 commit comments