We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3acc4 commit 1682f95Copy full SHA for 1682f95
1 file changed
renovate.json
@@ -12,7 +12,7 @@
12
"/(^|/)info\\.json$/"
13
],
14
"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] } : []"
+ "$exists(requirements) and $count(requirements) > 0 ? $filter(requirements, function($v) { $match($v, /^([\\w\\.-]+)(.+)$/) }).{ \"depName\": $match($, /^([\\w\\.-]+)(.+)$/).groups[0], \"currentValue\": $match($, /^([\\w\\.-]+)(.+)$/).groups[1] } : []"
16
17
"datasourceTemplate": "pypi",
18
"versioningTemplate": "pep440"
0 commit comments