fix: renovate crds

This commit is contained in:
auricom
2021-07-28 01:34:39 +02:00
parent 1b7b7546ac
commit a986e3f105

View File

@@ -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=(?<registryUrl>.*?) chart=(?<depName>.*?)\n.*\\/(?<currentValue>.*?)\\/"
@@ -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=(?<registryUrl>.*?)\n *tag: (?<depName>[a-zA-Z-]+)-(?<currentValue>.*)\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=(?<registryUrl>.*?) chart=(?<depName>.*?)\n *tag: (?<currentValue>.*)\n"