From de696daa3eae4f40b5ee11ed3e921e3715b0392b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Thu, 6 Jun 2024 09:09:43 +0000 Subject: [PATCH] Use proper Renovate manager matcher --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 21216cc8..2714c7f7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,12 +9,12 @@ "versioning": "helm" }, { - "matchDatasources": ["helm"], + "matchManagers": ["helmv3"], "matchUpdateTypes": ["minor", "patch"], "bumpVersion": "patch" }, { - "matchDatasources": ["helm"], + "matchManagers": ["helmv3"], "matchUpdateTypes": ["major"], "bumpVersion": "minor" },