mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
Co-authored-by: lab-assistant[bot] <180935599+lab-assistant[bot]@users.noreply.github.com>
16 lines
530 B
Text
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"
|
|
},
|
|
],
|
|
}
|