2023-07-15 07:22:00 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2023-07-17 07:02:05 +00:00
|
|
|
"extends": ["local>infrastructure/renovate-config"],
|
2023-07-15 07:22:00 +00:00
|
|
|
"regexManagers": [
|
|
|
|
{
|
2023-07-15 14:17:41 +00:00
|
|
|
"description": "ArgoCD",
|
|
|
|
"fileMatch": ["argocd-init\\.yml$"],
|
|
|
|
"matchStrings": [
|
|
|
|
"\\s+repo:\\s(?<registryUrl>.*)\\n\\s+chart:\\s(?<depName>.*)\\n\\s+version:\\s(?<currentValue>.*)\\n"
|
|
|
|
],
|
|
|
|
"datasourceTemplate": "helm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"description": "Baseline",
|
2023-07-15 07:22:00 +00:00
|
|
|
"fileMatch": ["\\.jsonnet$"],
|
|
|
|
"matchStrings": [
|
|
|
|
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
|
|
|
"\\s+version::\\s\\\"(?<currentValue>.*)\\\",",
|
|
|
|
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\","
|
|
|
|
],
|
|
|
|
"matchStringsStrategy": "combination",
|
|
|
|
"datasourceTemplate": "helm"
|
|
|
|
},
|
|
|
|
{
|
2023-07-15 14:17:41 +00:00
|
|
|
"description": "Baseline - Prometheus",
|
2023-07-15 07:22:00 +00:00
|
|
|
"fileMatch": ["prometheus-stack\\.jsonnet"],
|
|
|
|
"matchStrings": [
|
|
|
|
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
|
|
|
"\\s+\\\"version\\\"\:\\s\\\"(?<currentValue>.*)\\\",",
|
|
|
|
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\","
|
|
|
|
],
|
|
|
|
"matchStringsStrategy": "combination",
|
|
|
|
"datasourceTemplate": "helm"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|