ci(renovate): add regex for comment based updates

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-06-11 14:44:32 +02:00
parent 9521bf9cde
commit 3651ca085e

View file

@ -85,6 +85,17 @@
} }
], ],
"regexManagers": [ "regexManagers": [
{
"fileMatch": [
"\\.yml$",
"\\.yaml$"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+\\S+:\\s+\"?(?<currentValue>[^\"]*?)\"?\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
"extractVersionTemplate": "^v(?<version>.*)$"
},
{ {
"fileMatch": [ "fileMatch": [
".github/workflows/frontend-netlify-deploy-main.yml$", ".github/workflows/frontend-netlify-deploy-main.yml$",