File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 193193 "datasourceTemplate" : " maven"
194194 },
195195 {
196- "description" : " Update conda environment for Python with pip version" ,
196+ "description" : " DISABLED Update conda environment for Python with pip version" ,
197197 "customType" : " regex" ,
198- "fileMatch" : [" (^|/)conda-environment\\ .yml$" ],
198+ "fileMatch" : [" (^|/)conda-environment-temporarily-disabled \\ .yml$" ],
199199 "matchStrings" : [
200200 " \\ s+-\\ s+(?<depName>[\\ w-]+)=(?<currentValue>[^\\ s#=]+)[\\ s#]+"
201201 ],
204204 "versioningTemplate" : " conda"
205205 },
206206 {
207- "description" : " Update pip nested packages inside conda-environment.yml." ,
208- "fileMatch" : [" (^|/)conda-environment\\ .yml$" ],
207+ "description" : " DISABLED Update pip nested packages inside conda-environment.yml." ,
208+ "fileMatch" : [" (^|/)conda-environment-temporarily-disabled \\ .yml$" ],
209209 "matchStrings" : [
210210 " \\ s+-\\ s+(?<depName>[\\ w-]+)==(?<currentValue>[^\\ s#=]+)[\\ s#]+"
211211 ],
You can’t perform that action at this time.
0 commit comments