Skip to content

Commit 8bcefb6

Browse files
committed
Revert "Fix Renovate conda branch update error with lazy groups"
This reverts commit a079f62.
1 parent a079f62 commit 8bcefb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
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#=:]+?)[\\s#]"
200+
"\\s+-\\s+(?<depName>[\\w-]+)=(?<currentValue>[^\\s#=]+)[\\s#]+"
201201
],
202202
"datasourceTemplate": "conda",
203203
"registryUrlTemplate": "https://api.anaconda.org/package/conda-forge",
@@ -207,7 +207,7 @@
207207
"description": "Update pip nested packages inside conda-environment.yml.",
208208
"fileMatch": ["(^|/)conda-environment\\.yml$"],
209209
"matchStrings": [
210-
"\\s+-\\s+?(?<depName>[\\w-]+?)==?(?<currentValue>[^\\s#=:]+?)[\\s#]"
210+
"\\s+-\\s+(?<depName>[\\w-]+)==(?<currentValue>[^\\s#=]+)[\\s#]+"
211211
],
212212
"datasourceTemplate": "pypi",
213213
"versioningTemplate": "pep440"

0 commit comments

Comments
 (0)