diff --git a/.renovaterc.json b/.renovaterc.json index 05025e2..8e56b8a 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -7,8 +7,8 @@ { "customType": "regex", "description": "k3s", - "fileMatch": [ - "playbook\\.yml" + "managerFilePatterns": [ + "/playbook\\.yml/" ], "matchStrings": [ "\\s+k3s_version:\\s(?.*)" @@ -19,13 +19,13 @@ { "customType": "regex", "description": "ArgoCD", - "fileMatch": [ - "^argocd-bootstrap/.*\\.yml$" + "managerFilePatterns": [ + "/^argocd-bootstrap/.*\\.yml$/" ], "matchStrings": [ - "\\s+chart:\\s(?.*)", - "\\s+repo:\\s(?.*)", - "\\s+version:\\s(?.*)" + "\\s+chart:\\s(?.*)", + "\\s+repo:\\s(?.*)", + "\\s+version:\\s(?.*)" ], "matchStringsStrategy": "combination", "datasourceTemplate": "helm" @@ -33,8 +33,8 @@ { "customType": "regex", "description": "Baseline Manifests", - "fileMatch": [ - "\\.jsonnet$" + "managerFilePatterns": [ + "/\\.jsonnet$/" ], "matchStrings": [ "\\s+chart::\\s\\\"(?.*)\\\",",