This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 4c40b13652a Allow 50 solrbot PRs to be open
4c40b13652a is described below
commit 4c40b13652aabb3a1e3404fd8115b9275824258f
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri Dec 8 16:54:04 2023 +0100
Allow 50 solrbot PRs to be open
---
.github/renovate.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index 3528fd74a23..d2d11499ecd 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -51,7 +51,7 @@
"schedule": [
"* * * * *"
],
- "prConcurrentLimit": 30,
+ "prConcurrentLimit": 50,
"prHourlyLimit": 10,
"stabilityDays": 5
}