This is an automated email from the ASF dual-hosted git repository.
epugh 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 d00bd5193c3 Move branch9x solrbot to monthly run (#4745)
d00bd5193c3 is described below
commit d00bd5193c3152021370d82ddc253ab1fe9ce348
Author: Eric Pugh <[email protected]>
AuthorDate: Tue Aug 18 18:33:51 2026 -0400
Move branch9x solrbot to monthly run (#4745)
---
.github/renovate.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index 795e56e50aa..513941e8acf 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -46,7 +46,7 @@
"allowedVersions": "0.10.0"
}
],
- "schedule": ["* * * * *"],
+ "schedule": ["before 9am on the first day of the month"],
"prConcurrentLimit": 100,
"prHourlyLimit": 10,
"branchPrefix": "renovate-9x/",