From 90036d5f6b36b42fa89754f8e3a6fdd640c34d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Thu, 26 Aug 2021 17:04:28 +0200 Subject: [PATCH] chore: Update renovate config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f1e066d2..5a184c4d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -16,7 +16,7 @@ "packageRules": [ // Setup datasources { - "datasources": ["helm"], + "matchDatasources": ["helm"], "commitMessageTopic": "Helm chart {{depName}}", "separateMinorPatch": true },