Skip to content
Snippets Groups Projects
Verified Commit f8b41384 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(renovate): Add ability to define version extraction

This patch adds the ability to sepcify a regex for version extraction.
This is needed to get the talos upgrades working as expected.

References:
https://github.com/mchestr/home-cluster/blob/62e93c129e32509dc2e5ec9ed77b7b3ebada0538/.github/renovate/regexManagers.json5#L4-L19
parent f429eebf
Branches
Tags
No related merge requests found
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"\\.yaml$" "\\.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s+\\S+?: \"?(?<currentValue>.+?)@?(?<currentDigest>sha256:[a-f0-9]+)?\"?\\s" "# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?(?: extractVersion=(?<extractVersion>.+?))?\\s+\\S+?: \"?(?<currentValue>.+?)@?(?<currentDigest>sha256:[a-f0-9]+)?\"?\\s"
] ]
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment