diff --git a/.github/renovate.json b/.github/renovate.json index f5622477ee4..1b4c3eaf5ed 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", + "config:recommended", ":disableDependencyDashboard" ], "labels": [ @@ -15,5 +15,5 @@ "Dockerfile" ], "schedule": ["every weekend"], - "prConcurrentLimit": 5 + "prConcurrentLimit": 4 }