Skip to content
Snippets Groups Projects
Unverified Commit 7f5a9399 authored by Roman v. Gemmeren's avatar Roman v. Gemmeren Committed by GitHub
Browse files

docs: fix repology sample (#12192)

parent 3064af4d
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ A real world example for this specific datasource would be maintaining system pa
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=(?<currentValue>.*)\\s"
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"(?<currentValue>.*)\"\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment