From 5ec72b72a94a40618c9f599af4c3fbe411d023a6 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Thu, 29 Aug 2024 19:33:21 +0200 Subject: [PATCH] fix(renovate): remove leftover renovate rules for monitoring --- .renovaterc.json | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.renovaterc.json b/.renovaterc.json index bce5feb..800e921 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -40,20 +40,6 @@ ], "matchStringsStrategy": "combination", "datasourceTemplate": "helm" - }, - { - "customType": "regex", - "description": "Baseline - Prometheus", - "fileMatch": [ - "prometheus-stack\\.jsonnet" - ], - "matchStrings": [ - "\\s+chart::\\s\\\"(?.*)\\\",", - "\\s+repo::\\s\\\"(?.*)\\\",", - "\\s+\\\"version\\\":\\s\\\"(?.*)\\\"," - ], - "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 } ] }