mirror of
https://github.com/optim-enterprises-bv/c0depool-k8s-ops.git
synced 2025-11-01 18:37:53 +00:00
move to custom manager to regexmanagers
This commit is contained in:
@@ -31,6 +31,21 @@
|
|||||||
"chart:\\s?\"?(?<depName>[^\\s\"]*)\"?\\s*?version:\\s?\"?(?<currentValue>[^\\s\"]*)\"?"
|
"chart:\\s?\"?(?<depName>[^\\s\"]*)\"?\\s*?version:\\s?\"?(?<currentValue>[^\\s\"]*)\"?"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "helm"
|
"datasourceTemplate": "helm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": ["Process custom dependencies"],
|
||||||
|
"fileMatch": ["apps/.+\\.ya?ml$","infrastructure/.+\\.ya?ml$"],
|
||||||
|
"matchStrings": [
|
||||||
|
// # renovate: datasource=github-releases depName=k3s-io/k3s
|
||||||
|
// k3s_release_version: &version v1.29.0+k3s1
|
||||||
|
// # renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
|
||||||
|
// version: 1.15.1
|
||||||
|
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( repository=(?<registryUrl>\\S+))?\\n.+: (&\\S+\\s)?(?<currentValue>\\S+)",
|
||||||
|
// # renovate: datasource=github-releases depName=rancher/system-upgrade-controller
|
||||||
|
// https://github.com/rancher/system-upgrade-controller/releases/download/v0.13.2/crd.yaml
|
||||||
|
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\\n.+/(?<currentValue>(v|\\d)[^/]+)"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}github-releases{{/if}}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
@@ -102,23 +117,5 @@
|
|||||||
],
|
],
|
||||||
"registryUrls": ["https://immich-app.github.io/immich-charts"]
|
"registryUrls": ["https://immich-app.github.io/immich-charts"]
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"customManagers": [
|
|
||||||
{
|
|
||||||
"customType": "regex",
|
|
||||||
"description": ["Process custom dependencies"],
|
|
||||||
"fileMatch": ["apps/.+\\.ya?ml$","infrastructure/.+\\.ya?ml$"],
|
|
||||||
"matchStrings": [
|
|
||||||
// # renovate: datasource=github-releases depName=k3s-io/k3s
|
|
||||||
// k3s_release_version: &version v1.29.0+k3s1
|
|
||||||
// # renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
|
|
||||||
// version: 1.15.1
|
|
||||||
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( repository=(?<registryUrl>\\S+))?\\n.+: (&\\S+\\s)?(?<currentValue>\\S+)",
|
|
||||||
// # renovate: datasource=github-releases depName=rancher/system-upgrade-controller
|
|
||||||
// https://github.com/rancher/system-upgrade-controller/releases/download/v0.13.2/crd.yaml
|
|
||||||
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\\n.+/(?<currentValue>(v|\\d)[^/]+)"
|
|
||||||
],
|
|
||||||
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}github-releases{{/if}}"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user