Skip to content

Commit 9a918c3

Browse files
committed
Fix Renovate conda pip section not skipped
1 parent 3b93f06 commit 9a918c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"customType": "regex",
198198
"fileMatch": ["(^|/)conda-environment\\.yml$"],
199199
"matchStrings": [
200-
"\\s+-\\s+(?<depName>[\\w-]+)=(?<currentValue>[^\\s#]+).*"
200+
"\\s+-\\s+(?<depName>[\\w-]+)=(?<currentValue>[^\\s#=]+).*"
201201
],
202202
"datasourceTemplate": "conda",
203203
"registryUrlTemplate": "https://api.anaconda.org/package/conda-forge",

0 commit comments

Comments
 (0)