From 2b400a3d4a2b410f98204147f075b34433fc1a0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 16:59:56 +0200 Subject: [PATCH] chore(config): migrate renovate config (#307) chore(config): migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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+))?"