From a986e3f1052cb74db0bdc8815e94f41050f0208a Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Wed, 28 Jul 2021 01:34:39 +0200 Subject: [PATCH] fix: renovate crds --- .github/renovate.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a3850e2ff..227165a1f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -38,7 +38,7 @@ // regexManager to read and process cert-manager CRD's { "fileMatch": [ - "cluster/crds/cert-manager/.+\\.yaml$" + "cluster/base-custom/crds/cert-manager/.+\\.yaml$" ], "matchStrings": [ "registryUrl=(?.*?) chart=(?.*?)\n.*\\/(?.*?)\\/" @@ -48,7 +48,7 @@ // regexManager to read and process kube-prometheus-stack CRD's { "fileMatch": [ - "cluster/crds/kube-prometheus-stack/.+\\.yaml$" + "cluster/base-custom/crds/kube-prometheus-stack/.+\\.yaml$" ], "matchStrings": [ "registryUrl=(?.*?)\n *tag: (?[a-zA-Z-]+)-(?.*)\n" @@ -58,7 +58,7 @@ // regexManager to read and process Rook-Ceph CRD's { "fileMatch": [ - "cluster/crds/rook-ceph/.+\\.yaml$" + "cluster/base-custom/crds/rook-ceph/.+\\.yaml$" ], "matchStrings": [ "registryUrl=(?.*?) chart=(?.*?)\n *tag: (?.*)\n"