From 037d3db381811367c11baf00c576dc637496efe8 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sat, 24 Dec 2022 22:32:07 +0100 Subject: [PATCH] Update renovate.json5 Signed-off-by: Kjeld Schouten-Lebbing --- .github/renovate.json5 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7df17b3fd36..ef7268a2104 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,15 +1,17 @@ { - "enabled": true, + "semanticCommits": "enabled", "extends": ["helpers:pinGitHubActionDigests"], "dependencyDashboard": true, - "dependencyDashboardTitle": "Renovate Dashboard", - "assigneesFromCodeOwners": true, - "reviewersFromCodeOwners": true, + "dependencyDashboardTitle": "Renovate Dashboard 🤖", "suppressNotifications": ["prIgnoreNotification"], + "commitMessageTopic": "{{depName}}", + "commitMessageExtra": "to {{newVersion}}", + "commitMessageSuffix": "", "rebaseWhen": "conflicted", - "prConcurrentLimit": 25, - "pinDigests": true, + "prConcurrentLimit": 100, "timezone":"Europe/Amsterdam", + "pinDigests": true, + "automerge": true, "gitAuthor": "TrueCharts-Admin ", "helm-values": { "fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"]