mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(renovate): app-template
This commit is contained in:
17
.renovate/customManagers.json5
Normal file
17
.renovate/customManagers.json5
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user