helm-charts/.github/renovate/custom-managers.json5
2025-05-01 13:45:41 +02:00

17 lines
652 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/common-3.0.3/charts/library/common/values.schema.json
"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"
},
],
}