Skip to content

Commit db2ba81

Browse files
committed
Disable Renovate conda updates regex manager
1 parent 8bcefb6 commit db2ba81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@
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
],
@@ -204,8 +204,8 @@
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
],

0 commit comments

Comments
 (0)