From 422bbe8e9e2c4d763bbb4d451ac9a5fa2e639dfc Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:28:43 +0200 Subject: [PATCH] chore: remove old config for renovate --- .github/renovate.json5 | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d09c22add4..eb9b9ee867 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -146,24 +146,6 @@ "matchManagers": ["helmv3", "helm-values", "regex"], "matchUpdateTypes": ["major"] }, - { - // Disable minor version update for previous Camunda releases which will only get patch updates. - "enabled": false, - "matchManagers": ["helmv3", "helm-values", "regex"], - "matchPaths": [ - "charts/camunda-platform-8*/values*.yaml", - ], - "matchUpdateTypes": ["minor"] - }, - { - // Enable non-major version update for current Camunda version. - "matchDatasources": ["helm", "docker", "regex"], - "matchPaths": [ - "charts/camunda-platform-latest/values.yaml", - "charts/camunda-platform-latest/values-latest.yaml" - ], - "matchUpdateTypes": ["minor", "patch"] - }, { // Enable patch version update for previous Camunda version. "matchDatasources": ["helmv3", "helm-values", "docker", "regex"],