We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a079f62 commit 8bcefb6Copy full SHA for 8bcefb6
1 file changed
renovate.json
@@ -197,7 +197,7 @@
197
"customType": "regex",
198
"fileMatch": ["(^|/)conda-environment\\.yml$"],
199
"matchStrings": [
200
- "\\s+-\\s+?(?<depName>[\\w-]+?)=?(?<currentValue>[^\\s#=:]+?)[\\s#]"
+ "\\s+-\\s+(?<depName>[\\w-]+)=(?<currentValue>[^\\s#=]+)[\\s#]+"
201
],
202
"datasourceTemplate": "conda",
203
"registryUrlTemplate": "https://api.anaconda.org/package/conda-forge",
@@ -207,7 +207,7 @@
207
"description": "Update pip nested packages inside conda-environment.yml.",
208
209
210
- "\\s+-\\s+?(?<depName>[\\w-]+?)==?(?<currentValue>[^\\s#=:]+?)[\\s#]"
+ "\\s+-\\s+(?<depName>[\\w-]+)==(?<currentValue>[^\\s#=]+)[\\s#]+"
211
212
"datasourceTemplate": "pypi",
213
"versioningTemplate": "pep440"
0 commit comments