From ef18aef7a07db010ecdec623ad946771133cc11d Mon Sep 17 00:00:00 2001 From: xfgjdsytdsg Date: Fri, 24 Sep 2021 18:29:27 +0800 Subject: [PATCH] update --- .github/renovate.json5 | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index af85943..5d9a235 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -15,17 +15,16 @@ "fileMatch": ["charts/.+/Chart\\.yaml$"] }, "helm-values": { - "fileMatch": [ - "cluster/.+/helm-release\\.yaml$" - ] + "fileMatch": ["cluster/.+/helm-release\\.yaml$"] }, "kubernetes": { "fileMatch": [ - "cluster/.+\\.yaml$" + "cluster/.+\\.yaml$", + "server/.+\\.yaml$" ], "ignorePaths": [ "cluster/base/" - ], + ] }, "regexManagers": [ // regexManager to read and process HelmRelease files @@ -70,6 +69,16 @@ ], "datasourceTemplate": "helm" }, + // regexManager to read and process Rook-Ceph CRD's + { + "fileMatch": [ + "cluster/crds/rook-ceph/.+\\.yaml$" + ], + "matchStrings": [ + "registryUrl=(?.*?) chart=(?.*?)\n *tag: (?.*)\n" + ], + "datasourceTemplate": "helm" + }, ], "packageRules": [ // setup datasources @@ -125,4 +134,4 @@ "labels": ["renovate/helm", "dep/patch"] } ] -} +} \ No newline at end of file