chore(renovate): Update config

This commit is contained in:
Bernd Schorgers 2024-03-15 09:19:28 +01:00
parent d6749abdfc
commit 9541ab44fe
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
2 changed files with 18 additions and 0 deletions

View file

@ -2,5 +2,6 @@
extends: [
"github>bjw-s/renovate-config",
"github>bjw-s/renovate-config:automerge-github-actions",
"github>bjw-s/helm-charts//.github/renovate/custom-managers.json5"
],
}

17
.github/renovate/custom-managers.json5 vendored Normal file
View file

@ -0,0 +1,17 @@
{
$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/helm-charts/common-3.0.3/charts/library/common/values.schema.json
"https:\\/\\/raw.githubusercontent.com\\/bjw-s\\/helm-charts\\/(?<depName>\\S+?)-(?<currentValue>[\\d\\.]+?)\\/\\S+",
],
datasourceTemplate: "helm",
versioningTemplate: "semver",
registryUrlTemplate: "https://bjw-s.github.io/helm-charts"
},
],
}