2023-07-15 07:22:00 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2023-08-23 00:01:06 +00:00
|
|
|
"extends": [
|
|
|
|
"local>infrastructure/renovate-config"
|
|
|
|
],
|
2023-09-25 17:24:36 +00:00
|
|
|
"customManagers": [
|
2023-07-15 07:22:00 +00:00
|
|
|
{
|
2023-08-23 00:01:06 +00:00
|
|
|
"customType": "regex",
|
2023-07-15 14:17:41 +00:00
|
|
|
"description": "ArgoCD",
|
2023-08-23 00:01:06 +00:00
|
|
|
"fileMatch": [
|
2024-09-02 20:10:32 +00:00
|
|
|
"^argocd-bootstrap/.*\\.yml$"
|
2023-08-23 00:01:06 +00:00
|
|
|
],
|
2023-07-15 14:17:41 +00:00
|
|
|
"matchStrings": [
|
2024-09-02 20:10:32 +00:00
|
|
|
"\\s+chart:\\s(?<depName>.*)",
|
|
|
|
"\\s+repo:\\s(?<registryUrl>.*)",
|
|
|
|
"\\s+version:\\s(?<currentValue>.*)"
|
2023-07-15 14:17:41 +00:00
|
|
|
],
|
2024-09-02 20:10:32 +00:00
|
|
|
"matchStringsStrategy": "combination",
|
2023-07-15 14:17:41 +00:00
|
|
|
"datasourceTemplate": "helm"
|
|
|
|
},
|
|
|
|
{
|
2023-08-23 00:01:06 +00:00
|
|
|
"customType": "regex",
|
2024-09-02 20:10:32 +00:00
|
|
|
"description": "Baseline Manifests",
|
2023-08-23 00:01:06 +00:00
|
|
|
"fileMatch": [
|
|
|
|
"\\.jsonnet$"
|
|
|
|
],
|
2023-07-15 07:22:00 +00:00
|
|
|
"matchStrings": [
|
|
|
|
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
2024-04-25 10:23:05 +00:00
|
|
|
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\",",
|
|
|
|
"\\s+version::\\s\\\"(?<currentValue>.*)\\\","
|
2023-07-15 07:22:00 +00:00
|
|
|
],
|
|
|
|
"matchStringsStrategy": "combination",
|
|
|
|
"datasourceTemplate": "helm"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|