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 4bfaea88d9b Renovate: Concurrent limit 30, 10/hour, sundays
4bfaea88d9b is described below

commit 4bfaea88d9b4b378fccc24cbce2fd7f5b3c0776b
Author: Jan Høydahl <[email protected]>
AuthorDate: Sun Feb 26 21:28:04 2023 +0100

    Renovate: Concurrent limit 30, 10/hour, sundays
---
 .github/renovate.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/renovate.json b/.github/renovate.json
index 15145021d5e..e483e3f776f 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -39,9 +39,9 @@
     }
   ],
   "schedule": [
-    "* 8-20 * * *"
+    "* * * * SUN"
   ],
-  "prConcurrentLimit": 5,
-  "prHourlyLimit": 5,
+  "prConcurrentLimit": 30,
+  "prHourlyLimit": 10,
   "stabilityDays": 5
 }

Reply via email to