diff --git a/renovate.json b/renovate.json index 3207e63..06b297e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended", ":dependencyDashboard"] + "extends": ["config:recommended", ":dependencyDashboard"], + "prHourlyLimit": 2, + "prConcurrentLimit": 3, + "timezone":"America/New_York", + "schedule": [ + "before 8am every weekday" + ] }