diff --git a/renovate.json b/renovate.json index f45d8f1..71f7931 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,9 @@ { "extends": [ "config:base" - ] + ], + "prConcurrentLimit": 3, + "rebaseWhen": "conflicted", + "dependencyDashboard": true, + "commitMessageTopic": "{{depName}}" }