mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
17 lines
652 B
Text
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"
|
|
},
|
|
],
|
|
}
|