diff --git a/.github/renovate/main.json5 b/.github/renovate/main.json5 index 8688465a8cd..77f15ea21df 100644 --- a/.github/renovate/main.json5 +++ b/.github/renovate/main.json5 @@ -1,13 +1,16 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "rebaseWhen": "conflicted", - "prConcurrentLimit": 100, + "prConcurrentLimit": 150, + commitMessageSuffix: "By Renovate", "pinDigests": true, "semanticCommits": "enabled", "extends": ["helpers:pinGitHubActionDigests"], "dependencyDashboard": true, "dependencyDashboardTitle": "Renovate Dashboard 🤖", + gitAuthor: "TrueCharts-Admin ", "separateMinorPatch": true, + timezone: "Europe/Amsterdam", prHourlyLimit: 0, semanticCommits: 'enabled', "suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],