From 3a8a8ef45cc3a37bf494222142c0a8d270763492 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 18 Oct 2024 13:43:54 +0200 Subject: [PATCH] fixes --- .github/renovate/main.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate/main.json5 b/.github/renovate/main.json5 index d6abba905327..61d7e2588d89 100644 --- a/.github/renovate/main.json5 +++ b/.github/renovate/main.json5 @@ -5,7 +5,6 @@ "automergeType": "pr", "pinDigests": true, "semanticCommits": "enabled", - "bumpVersion": true, "dependencyDashboard": true, "dependencyDashboardTitle": "Renovate Dashboard 🤖", gitAuthor: "TrueCharts-Admin ", @@ -14,7 +13,7 @@ semanticCommits: 'enabled', "suppressNotifications": ["prEditedNotification", "prIgnoreNotification"], "extends": [ - "config:recommended", + "config:recommended", "github>truecharts/public//.github/renovate/updates/lockfile.json5", "github>truecharts/public//.github/renovate/updates/pin.json5", "github>truecharts/public//.github/renovate/updates/digest.json5",