chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
Showing only changes of commit da3ced9f1a - Show all commits

View file

@ -91,20 +91,22 @@ data:
], ],
"regexManagers": [ "regexManagers": [
{ {
"description": "Process GitRepository CRD dependencies - Chart and Github Release are the same version", "fileMatch": [
"fileMatch": ["flux/cluster/crds/.+\\.ya?ml$"], "flux/cluster/crds/traefik/.+\\.ya?ml$"
],
"matchStrings": [ "matchStrings": [
"registryUrl=(?<registryUrl>\\S+) chart=(?<depName>\\S+)\n.*?(?<currentValue>[^-\\s]*)\n" "registryUrl=(?<registryUrl>.*?) chart=(?<depName>.*?)\n *tag: v(?<currentValue>.*)\n"
], ],
"datasourceTemplate": "helm" "datasourceTemplate": "helm"
}, },
{ {
"description": "Process Kustomization CRD dependencies - Image and Github Release are the same version", "fileMatch": [
"fileMatch": ["flux/cluster/crds/.+\\.ya?ml$"], "flux/cluster/crds/external-secrets/.+\\.ya?ml$"
"matchStrings": [
"datasource=(?<datasource>\\S+) image=(?<depName>\\S+)\n.*?-\\s(.*?)\/(?<currentValue>[^/]+)\/[^/]+\n"
], ],
"datasourceTemplate": "docker" "matchStrings": [
} "registryUrl=(?<registryUrl>.*?) chart=(?<depName>.*?)\n *tag: helm-chart-(?<currentValue>.*)\n"
],
"datasourceTemplate": "helm"
},
] ]
}; };