diff --git a/.renovaterc.json b/.renovaterc.json index 7d9dd23..05025e2 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -7,8 +7,8 @@ { "customType": "regex", "description": "k3s", - "managerFilePatterns": [ - "playbook.yml" + "fileMatch": [ + "playbook\\.yml" ], "matchStrings": [ "\\s+k3s_version:\\s(?.*)" @@ -19,13 +19,13 @@ { "customType": "regex", "description": "ArgoCD", - "managerFilePatterns": [ - "argocd-bootstrap/*.yml" + "fileMatch": [ + "^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", - "managerFilePatterns": [ - "*.jsonnet" + "fileMatch": [ + "\\.jsonnet$" ], "matchStrings": [ "\\s+chart::\\s\\\"(?.*)\\\",",