mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
chore(renovate): Update config
This commit is contained in:
parent
d6749abdfc
commit
9541ab44fe
2 changed files with 18 additions and 0 deletions
1
.github/renovate.json5
vendored
1
.github/renovate.json5
vendored
|
@ -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
17
.github/renovate/custom-managers.json5
vendored
Normal 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"
|
||||
},
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue