diff --git a/.renovaterc.json b/.renovaterc.json index 8e56b8a..7d9dd23 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -8,7 +8,7 @@ "customType": "regex", "description": "k3s", "managerFilePatterns": [ - "/playbook\\.yml/" + "playbook.yml" ], "matchStrings": [ "\\s+k3s_version:\\s(?.*)" @@ -20,7 +20,7 @@ "customType": "regex", "description": "ArgoCD", "managerFilePatterns": [ - "/^argocd-bootstrap/.*\\.yml$/" + "argocd-bootstrap/*.yml" ], "matchStrings": [ "\\s+chart:\\s(?.*)", @@ -34,7 +34,7 @@ "customType": "regex", "description": "Baseline Manifests", "managerFilePatterns": [ - "/\\.jsonnet$/" + "*.jsonnet" ], "matchStrings": [ "\\s+chart::\\s\\\"(?.*)\\\",",