From df781f377a9ffb8ce9b9db297d9764d0c20eea4b Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 9 May 2025 15:06:03 +0900
Subject: [PATCH] ci(renovate): remove concurrency limit as intended

The include already removes the concurrency limit, but due to missing a
direct statement remaining, this was useless so far. This patch removing
that direct statement, should allow renovate to do its job all the time.
---
 renovate.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index f6b89fa46..ff890ef06 100644
--- a/renovate.json
+++ b/renovate.json
@@ -8,7 +8,6 @@
     ":gomod",
     ":assignee(sheogorath)"
   ],
-  "prConcurrentLimit": 20,
   "semanticCommits": "enabled",
   "osvVulnerabilityAlerts": true,
   "automergeType": "branch",
-- 
GitLab