From 0ef645408adafc15c493494e4b2cdbd4e4381ed0 Mon Sep 17 00:00:00 2001 From: Meza Date: Thu, 11 Jan 2024 11:12:13 +0000 Subject: [PATCH] ci: set renovate count to 1 --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9431c953..ec5cae60 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,5 +5,6 @@ ], "enabledManagers": [ "npm" - ] + ], + "prConcurrentLimit": 1 }