We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d4b344 + 935edea commit be1fefeCopy full SHA for be1fefe
.renovaterc.json
@@ -15,11 +15,11 @@
15
"datasourceTemplate": "pypi",
16
"depNameTemplate": "{{{ lowercase depName }}}",
17
"description": "Match Copier and copier-templates-extensions in README.md",
18
- "fileMatch": [
19
- "^README\\.md$"
+ "managerFilePatterns": [
+ "/^README\\.md$/"
20
],
21
"matchStrings": [
22
- "- \\*\\*(?<depName>Copier|copier-templates-extensions)\\*\\* \u2265 (?<currentValue>.*?)\\s"
+ "- \\*\\*(?<depName>Copier|copier-templates-extensions)\\*\\* ≥ (?<currentValue>.*?)\\s"
23
]
24
}
25
0 commit comments