fix(renovate): remove leftover renovate rules for monitoring

This commit is contained in:
Sebastian Mark 2024-08-29 19:33:21 +02:00
parent 9ba5620a4f
commit 5ec72b72a9

View file

@ -40,20 +40,6 @@
],
"matchStringsStrategy": "combination",
"datasourceTemplate": "helm"
},
{
"customType": "regex",
"description": "Baseline - Prometheus",
"fileMatch": [
"prometheus-stack\\.jsonnet"
],
"matchStrings": [
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\",",
"\\s+\\\"version\\\":\\s\\\"(?<currentValue>.*)\\\","
],
"matchStringsStrategy": "combination",
"datasourceTemplate": "helm"
}
],
"packageRules": [
@ -67,24 +53,6 @@
"prBodyNotes": [
":warning: **Manual Intervention**: This update needs manual deployment. Please review and take appropriate action."
]
},
{
"description": "Separate minor and patch updates - Prometheus",
"matchPackageNames": [
"kube-prometheus-stack"
],
"separateMinorPatch": true
},
{
"description": "AutoMerge patch releases - Prometheus",
"matchPackageNames": [
"kube-prometheus-stack"
],
"matchUpdateTypes": [
"patch"
],
"automerge": true,
"ignoreTests": true
}
]
}