diff --git a/renovate.json b/renovate.json index 2ae73654..6064c642 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,7 @@ { + "extends": ["config:recommended"], "labels": ["dependencies"], - "baseBranches": ["development"] + "baseBranches": ["development"], + "prConcurrencyLimit": 0, + "prHourlyLimit": 2 }