From cf0fc5b2641ab37002524fc6b5f8bd60c126639a Mon Sep 17 00:00:00 2001 From: Dustin Decker Date: Wed, 25 Oct 2023 18:14:08 -0700 Subject: [PATCH] update renovate config and remove dependabot (#1994) --- renovate.json => .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename renovate.json => .github/renovate.json (66%) diff --git a/renovate.json b/.github/renovate.json similarity index 66% rename from renovate.json rename to .github/renovate.json index 39a2b6e9a55b..319817ef7ced 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "prConcurrentLimit": 3, + "prHourlyLimit": 2 }