Skip to content

Commit ffe5f09

Browse files
committed
🩹 fix-simple(Renovate): add a custom regex manager for pre-commit hooks in Jinja template
1 parent 0a6afef commit ffe5f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.renovaterc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"datasourceTemplate": "github-tags",
2929
"depNameTemplate": "{{{ depName }}}",
3030
"extractVersionTemplate": "{{currentValue}}",
31-
"versioningTemplate": "semver",
31+
"versioningTemplate": "semver-coerced",
3232
"matchStrings": [
3333
"(?ms)^\\s*-\\s*repo:\\s*https?://github\\.com/(?<depName>[^/\\s]+/[^/\\s]+)\\b.*?\\n\\s*rev:\\s*[\"']?(?<currentValue>v?\\d+\\.\\d+\\.\\d+)[\"']?"
3434
],

0 commit comments

Comments
 (0)