helm-charts/.github/renovate/custom-managers.json5
Bernd Schorgers a01a89cb13
feat(common): Release common 4.0.0 (#398)
Co-authored-by: lab-assistant[bot] <180935599+lab-assistant[bot]@users.noreply.github.com>
2025-05-16 08:55:14 +02:00

16 lines
530 B
Text

{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
customManagers: [
{
customType: "regex",
description: "Process common lib json schema references",
fileMatch: ["\\.json$"],
matchStrings: [
"https:\\/\\/raw.githubusercontent.com\\/bjw-s-labs\\/helm-charts\\/(?<depName>\\S+?)-(?<currentValue>[\\d\\.]+?)\\/\\S+",
],
datasourceTemplate: "helm",
versioningTemplate: "semver",
registryUrlTemplate: "https://bjw-s-labs.github.io/helm-charts"
},
],
}