Skip to content

Commit 1682f95

Browse files
committed
chore(renovate): include range specifier from cog reqs
1 parent 6e3acc4 commit 1682f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"/(^|/)info\\.json$/"
1313
],
1414
"matchStrings": [
15-
"$exists(requirements) and $count(requirements) > 0 ? $filter(requirements, function($v) { $match($v, /^([\\w.-]+)(>=|<=|==|!=|~=|>|<)(.+)$/) }).{ \"depName\": $match($, /^([\\w.-]+)(>=|<=|==|!=|~=|>|<)(.+)$/).groups[0], \"currentValue\": $match($, /^([\\w.-]+)(>=|<=|==|!=|~=|>|<)(.+)$/).groups[2] } : []"
15+
"$exists(requirements) and $count(requirements) > 0 ? $filter(requirements, function($v) { $match($v, /^([\\w\\.-]+)(.+)$/) }).{ \"depName\": $match($, /^([\\w\\.-]+)(.+)$/).groups[0], \"currentValue\": $match($, /^([\\w\\.-]+)(.+)$/).groups[1] } : []"
1616
],
1717
"datasourceTemplate": "pypi",
1818
"versioningTemplate": "pep440"

0 commit comments

Comments
 (0)