fix(renovate): app-template

This commit is contained in:
JJGadgets
2025-06-11 06:37:40 +08:00
parent 9cb270144e
commit 475ba8649d
2 changed files with 18 additions and 12 deletions

View File

@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"description": ["app-template schemas"],
"customType": "regex",
"managerFilePatterns": ["/^kube/.+\\.ya?ml$/"],
"matchStrings": [
"\\# yaml\\-language\\-server\\: \\$schema\\=https\\:\\/\\/raw\\.githubusercontent\\.com\\/(?<registryUrl>[\\w\\-]+\\/[\\w\\-]+)\\/(?<packageName>[\\w\\-]+)-(?<currentValue>[\\d\\.]+)/.+"
],
"datasourceTemplate": "helm",
"depNameTemplate": "app-template",
"registryUrlTemplate": "https://bjw-s-labs.github.io/helm-charts",
"versioningTemplate": "helm"
}
]
}

View File

@@ -17,6 +17,7 @@
//"github>JJGadgets/Biohazard//.renovate/grafanaDashboards.json5",
"github>buroa/k8s-gitops//.renovate/grafanaDashboards.json5#1b97193da1d11d80918f02de13840aa9f28ef06f",
"github>JJGadgets/Biohazard//.renovate/mise.json5",
"github>JJGadgets/Biohazard//.renovate/customManagers.json5",
"github>JJGadgets/Biohazard//.renovate/preUpdateBackups.json5",
"github>JJGadgets/Biohazard//.renovate/groups.json5",
"github>JJGadgets/Biohazard//.renovate/clusters.json5",
@@ -61,18 +62,6 @@
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}github-releases{{/if}}",
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
},
{
"description": ["app-template schemas"],
"customType": "regex",
"managerFilePatterns": ["/^kube/.+\\.ya?ml$/"],
"matchStrings": [
"\\# yaml\\-language\\-server\\: \\$schema\\=https\\:\\/\\/raw\\.githubusercontent\\.com\\/(?<registryUrl>[\\w\\-]+\\/[\\w\\-]+)\\/(?<packageName>[\\w\\-]+)-(?<currentValue>[\\d\\.]+)/.+"
],
"datasourceTemplate": "helm",
"depNameTemplate": "app-template",
"registryUrlTemplate": "https://bjw-s-labs.github.io/helm-charts",
"versioningTemplate": "helm"
}
//{
// "description": "app-template schemas Flux API",
// "customType": "regex",