{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>infrastructure/renovate-config" ], "customManagers": [ { "customType": "regex", "description": "ArgoCD", "fileMatch": [ "k0s-config\\.yaml$" ], "matchStrings": [ "\\s+version:\\s(?.*)\\s+#\\s+depName=(?.*)\\s+repoUrl=(?.*)" ], "datasourceTemplate": "helm" }, { "customType": "regex", "description": "Baseline", "fileMatch": [ "\\.jsonnet$" ], "matchStrings": [ "\\s+chart::\\s\\\"(?.*)\\\",", "\\s+repo::\\s\\\"(?.*)\\\",", "\\s+version::\\s\\\"(?.*)\\\"," ], "matchStringsStrategy": "combination", "datasourceTemplate": "helm" } ] }