diff --git a/renovate.json b/renovate.json index 6ae7ed3..d88b172 100644 --- a/renovate.json +++ b/renovate.json @@ -5,19 +5,19 @@ ":rebaseStalePrs" ], "kustomize": { - "fileMatch": [ - "(^|/)kustomization\\.ya?ml(\\.j2)?$" + "managerFilePatterns": [ + "/(^|/)kustomization\\.ya?ml(\\.j2)?$/" ] }, "customManagers": [ { "customType": "regex", - "fileMatch": [ - "\\.tf$", - "\\.tftpl$", - "\\.yaml$", - "\\.sh$", - "\\.tfvars" + "managerFilePatterns": [ + "/\\.tf$/", + "/\\.tftpl$/", + "/\\.yaml$/", + "/\\.sh$/", + "/\\.tfvars/" ], "matchStrings": [ "(?[\\w+\\.\\-]*)['\",;]*\\s*#\\s?renovate: (?\\S+)=(?\\S+)\\s?(registry=(?\\S+))?\\s?(versioning=(?\\S+))?"