From fcb89f87d11c7f72604e742ffa56b8d040c9e803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Tue, 15 Oct 2024 17:20:20 +0200 Subject: [PATCH] Use Renovate recommended preset --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index c4221e2..af79fea 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,8 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:best-practices", + "config:recommended", "customManagers:helmChartYamlAppVersions", + ":configMigration", ":disableDependencyDashboard" ], "labels": ["dependencies"],