{ "$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=(?\\S+) depName=(?\\S+)( repository=(?\\S+))?\\n.+: (&\\S+\\s)?(?\\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=(?\\S+) depName=(?\\S+)\\n.+/(?(v|\\d)[^/]+)" ], "datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}github-releases{{/if}}" } ] }