2024-01-11 15:03:54 -06:00
|
|
|
{
|
2024-09-05 16:21:42 -05:00
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"customManagers": [
|
|
|
|
{
|
|
|
|
"customType": "regex",
|
|
|
|
"description": ["Process custom dependencies"],
|
|
|
|
"fileMatch": ["(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$"],
|
|
|
|
"matchStrings": [
|
|
|
|
// # 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}}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|