You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2023/03/01 21:27:48 UTC

[solr] branch main updated: Renovate: Allow to run all week in initial phase

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 bc52969a2ad Renovate: Allow to run all week in initial phase
bc52969a2ad is described below

commit bc52969a2adf820181146ffbc6274c8a55a58994
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Wed Mar 1 22:27:44 2023 +0100

    Renovate: Allow to run all week in initial phase
---
 .github/renovate.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/renovate.json b/.github/renovate.json
index 5702718845c..e89de541258 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -39,7 +39,7 @@
     }
   ],
   "schedule": [
-    "* * * * 0"
+    "* * * * *"
   ],
   "prConcurrentLimit": 30,
   "prHourlyLimit": 10,