This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new db677a06b8b Dial down renovate concurrent PRs for branch_9x
db677a06b8b is described below
commit db677a06b8bd770632daa0f883fae5dd3b6d22b2
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri Aug 29 15:43:47 2025 +0200
Dial down renovate concurrent PRs for branch_9x
Signed-off-by: Jan Høydahl <[email protected]>
---
.github/renovate.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index 373187e8a5e..6859a96c7ac 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -7,8 +7,8 @@
"executionMode": "branch"
},
"schedule": ["* * * * *"],
- "prConcurrentLimit": 300,
- "prHourlyLimit": 20,
+ "prConcurrentLimit": 100,
+ "prHourlyLimit": 10,
"branchPrefix": "renovate-9x/",
"commitMessageSuffix": " (branch_9x)"
}