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/05/02 09:18:05 UTC

[solr] branch main updated: Allow SolrBot to run every day to test new version

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 bd1dabdf062 Allow SolrBot to run every day to test new version
bd1dabdf062 is described below

commit bd1dabdf062e3dd9042bd21b80c30c5a2a54a3ad
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Tue May 2 11:17:58 2023 +0200

    Allow SolrBot to run every day to test new version
---
 .github/renovate.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/renovate.json b/.github/renovate.json
index 316cd0f4f1e..8e0541ffc49 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -44,7 +44,7 @@
     }
   ],
   "schedule": [
-    "* * * * 0"
+    "* * * * *"
   ],
   "prConcurrentLimit": 30,
   "prHourlyLimit": 10,