From 5dca47ae4fdeccd34f47cdc8519486ccc7efaa93 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Wed, 31 Aug 2022 20:58:18 -0700 Subject: [PATCH] update prhourlylimit setting for renovate --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 6968341f..f6610fe7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,6 +5,7 @@ ], "schedule": [ "at any time" ], "prConcurrentLimit": 10, + "prhourlylimit": 10, "reviewers": [ "wren", "micahellison"