fix(renovate): remove leftover renovate rules for monitoring
This commit is contained in:
parent
9ba5620a4f
commit
5ec72b72a9
1 changed files with 0 additions and 32 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue