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-17 08:46:36 +00:00
|
|
|
{
|
2023-08-23 00:01:06 +00:00
|
|
|
"customType": "regex",
|
2023-07-17 08:46:36 +00:00
|
|
|
"description": "k3s",
|
2023-08-23 00:01:06 +00:00
|
|
|
"fileMatch": [
|
|
|
|
"pb_install\\.yml"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
"\\s+INSTALL_K3S_CHANNEL:\\s(?<currentValue>.*)"
|
|
|
|
],
|
2023-07-17 08:46:36 +00:00
|
|
|
"depNameTemplate": "k3s-io/k3s",
|
|
|
|
"datasourceTemplate": "github-releases"
|
|
|
|
},
|
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": [
|
|
|
|
"argocd-init\\.yml$"
|
|
|
|
],
|
2023-07-15 14:17:41 +00:00
|
|
|
"matchStrings": [
|
|
|
|
"\\s+repo:\\s(?<registryUrl>.*)\\n\\s+chart:\\s(?<depName>.*)\\n\\s+version:\\s(?<currentValue>.*)\\n"
|
|
|
|
],
|
|
|
|
"datasourceTemplate": "helm"
|
|
|
|
},
|
|
|
|
{
|
2023-08-23 00:01:06 +00:00
|
|
|
"customType": "regex",
|
2023-07-15 14:17:41 +00:00
|
|
|
"description": "Baseline",
|
2023-08-23 00:01:06 +00:00
|
|
|
"fileMatch": [
|
|
|
|
"\\.jsonnet$"
|
|
|
|
],
|
2023-07-15 07:22:00 +00:00
|
|
|
"matchStrings": [
|
|
|
|
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
|
|
|
"\\s+version::\\s\\\"(?<currentValue>.*)\\\",",
|
|
|
|
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\","
|
|
|
|
],
|
|
|
|
"matchStringsStrategy": "combination",
|
|
|
|
"datasourceTemplate": "helm"
|
|
|
|
},
|
|
|
|
{
|
2023-08-23 00:01:06 +00:00
|
|
|
"customType": "regex",
|
2023-07-15 14:17:41 +00:00
|
|
|
"description": "Baseline - Prometheus",
|
2023-08-23 00:01:06 +00:00
|
|
|
"fileMatch": [
|
|
|
|
"prometheus-stack\\.jsonnet"
|
|
|
|
],
|
2023-07-15 07:22:00 +00:00
|
|
|
"matchStrings": [
|
|
|
|
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
2023-08-23 00:01:06 +00:00
|
|
|
"\\s+\\\"version\\\":\\s\\\"(?<currentValue>.*)\\\",",
|
2023-07-15 07:22:00 +00:00
|
|
|
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\","
|
|
|
|
],
|
|
|
|
"matchStringsStrategy": "combination",
|
|
|
|
"datasourceTemplate": "helm"
|
|
|
|
}
|
2023-07-25 21:24:57 +00:00
|
|
|
],
|
|
|
|
"packageRules": [
|
2023-07-31 15:28:11 +00:00
|
|
|
{
|
|
|
|
"description": "Merged updates not applied by gitops",
|
2023-08-23 00:01:06 +00:00
|
|
|
"matchPackageNames": [
|
|
|
|
"k3s-io/k3s",
|
|
|
|
"argo-cd",
|
|
|
|
"argocd-apps"
|
|
|
|
],
|
|
|
|
"prBodyNotes": [
|
|
|
|
":warning: **Manual Intervention**: This update needs manual deployment. Please review and take appropriate action."
|
|
|
|
]
|
2023-07-31 15:28:11 +00:00
|
|
|
},
|
2023-07-25 21:24:57 +00:00
|
|
|
{
|
|
|
|
"description": "Separate minor and patch updates - Prometheus",
|
2023-08-23 00:01:06 +00:00
|
|
|
"matchPackageNames": [
|
|
|
|
"kube-prometheus-stack"
|
|
|
|
],
|
2023-07-25 21:24:57 +00:00
|
|
|
"separateMinorPatch": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"description": "AutoMerge patch releases - Prometheus",
|
2023-08-23 00:01:06 +00:00
|
|
|
"matchPackageNames": [
|
|
|
|
"kube-prometheus-stack"
|
|
|
|
],
|
|
|
|
"matchUpdateTypes": [
|
|
|
|
"patch"
|
|
|
|
],
|
2023-07-25 21:24:57 +00:00
|
|
|
"automerge": true,
|
|
|
|
"ignoreTests": true
|
|
|
|
}
|
2023-07-15 07:22:00 +00:00
|
|
|
]
|
|
|
|
}
|