From dbe847cb8ad38da0d76f96e470d4ca99aa850bcf Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 13 Oct 2024 02:10:12 +0200 Subject: [PATCH] more renovate work --- .github/renovate/main.json5 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/renovate/main.json5 b/.github/renovate/main.json5 index f6a224c6b13..8123612e83c 100644 --- a/.github/renovate/main.json5 +++ b/.github/renovate/main.json5 @@ -1,6 +1,21 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "rebaseWhen": "conflicted", + "prConcurrentLimit": 25, + "pinDigests": true, + "semanticCommits": "enabled", + "extends": ["helpers:pinGitHubActionDigests"], + "dependencyDashboard": true, + "dependencyDashboardTitle": "Renovate Dashboard 🤖", + "suppressNotifications": ["prEditedNotification", "prIgnoreNotification"], "extends": [ + "config:recommended", + "docker:enableMajor", + "replacements:k8s-registry-move", + ":automergeBranch", + ":disableRateLimiting", + ":dependencyDashboard", + ":semanticCommits", "github>truecharts/public//.github/renovate/updates/digest.json5", "github>truecharts/public//.github/renovate/updates/update.json5", "github>truecharts/public//.github/renovate/updates/minor.json5",