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 324ae0b52b0 Update renovate.json to allow room for branch_9x PRs
324ae0b52b0 is described below
commit 324ae0b52b0fc5ed4ef9168f42bb93982f3da7a6
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri Aug 29 14:26:22 2025 +0200
Update renovate.json to allow room for branch_9x PRs
---
.github/renovate.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index 7f7fcf174cc..3a371e8faa3 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -95,7 +95,7 @@
}
],
"schedule": ["* * * * *"],
- "prConcurrentLimit": 100,
- "prHourlyLimit": 10,
+ "prConcurrentLimit": 300,
+ "prHourlyLimit": 20,
"minimumReleaseAge": "5 days"
}