We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182f9b8 commit 3b93f06Copy full SHA for 3b93f06
renovate.json
@@ -197,7 +197,7 @@
197
"customType": "regex",
198
"fileMatch": ["(^|/)conda-environment\\.yml$"],
199
"matchStrings": [
200
- "\\s+-\\s+(?<depName>[\\w-]+)={1,2}(?<currentValue>[^\\s#]+).*"
+ "\\s+-\\s+(?<depName>[\\w-]+)=(?<currentValue>[^\\s#]+).*"
201
],
202
"datasourceTemplate": "conda",
203
"registryUrlTemplate": "https://api.anaconda.org/package/conda-forge",
0 commit comments