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 1db0effa826 Renovate to file new PRs only on Sundays Group AWS
packages Group Google Cloud packages
1db0effa826 is described below
commit 1db0effa8264f413e71f1bd6af28efb463be3c4c
Author: Jan Høydahl <[email protected]>
AuthorDate: Tue Jan 27 13:13:54 2026 +0100
Renovate to file new PRs only on Sundays
Group AWS packages
Group Google Cloud packages
---
.github/renovate.json | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index b7d321edeae..ab543ca162a 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -43,8 +43,15 @@
"schedule": ["before 9am on the first day of the month"]
},
{
- "description": "Noisy, frequently updated dependencies checked less
often",
- "matchPackagePrefixes": ["software.amazon.awssdk", "com.google.cloud"],
+ "description": "AWS SDK packages checked less often",
+ "matchPackagePrefixes": ["software.amazon.awssdk"],
+ "groupName": "AWS SDK",
+ "schedule": ["before 9am on the first day of the month"]
+ },
+ {
+ "description": "Google Cloud packages checked less often",
+ "matchPackagePrefixes": ["com.google.cloud"],
+ "groupName": "Google Cloud",
"schedule": ["before 9am on the first day of the month"]
},
{
@@ -95,7 +102,7 @@
"groupName": "Admin UI libraries"
}
],
- "schedule": ["* * * * *"],
+ "schedule": ["* * * * 0"],
"prConcurrentLimit": 300,
"prHourlyLimit": 20,
"minimumReleaseAge": "5 days"