We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd302d commit 126f035Copy full SHA for 126f035
.github/renovate.json
@@ -11,7 +11,7 @@
11
"dependencies.yaml$$"
12
],
13
"matchStrings": [
14
- "datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*(version|VERSION|ver|VER)(: |=)(?<currentValue>.*)\\s"
+ "datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*(.+: )(?<currentValue>.*)\\s"
15
16
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}github-release{{/if}}"
17
}
0 commit comments