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 21bd41f9ffd Renovatebot config fixes (#2394)
21bd41f9ffd is described below
commit 21bd41f9ffde8406e963baafe2f4b4f8d4bfd00c
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed Apr 10 12:26:21 2024 +0200
Renovatebot config fixes (#2394)
---
.github/renovate.json | 26 +++++++++++++++++++++++---
1 file changed, 23 insertions(+), 3 deletions(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index d2d11499ecd..a43489e67a0 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -30,12 +30,12 @@
{
"description": "Test-dependencies are checked less often than the
shipped deps",
"matchDepTypes": ["test"],
- "extends": ["schedule:monthly"]
+ "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"],
- "extends": ["schedule:monthly"]
+ "schedule": ["before 9am on the first day of the month"]
},
{
"description": "Workaround for
https://github.com/renovatebot/renovate/issues/19226",
@@ -44,8 +44,28 @@
},
{
"description": "Lucene dependencies should be skipped",
- "matchPackageNames": ["org.apache.lucene"],
+ "matchPackagePrefixes": ["org.apache.lucene"],
"enabled": false
+ },
+ {
+ "description": "Changelog for commons-io",
+ "matchSourceUrls":
["https://gitbox.apache.org/repos/asf?p=commons-io.git"],
+ "customChangelogUrl":
"https://commons.apache.org/proper/commons-io/changes-report.html"
+ },
+ {
+ "description": "Changelog for zookeeper",
+ "matchSourceUrls": ["https://gitbox.apache.org/repos/asf/zookeeper.git"],
+ "customChangelogUrl": "https://zookeeper.apache.org/releases.html"
+ },
+ {
+ "description": "Changelog for commons-compress",
+ "matchSourceUrls":
["https://gitbox.apache.org/repos/asf?p=commons-compress.git"],
+ "customChangelogUrl":
"https://commons.apache.org/proper/commons-compress/changes-report.html"
+ },
+ {
+ "description": "Changelog for commons-configuration",
+ "matchSourceUrls":
["https://gitbox.apache.org/repos/asf?p=commons-configuration.git"],
+ "customChangelogUrl":
"https://commons.apache.org/proper/commons-configuration/changes-report.html"
}
],
"schedule": [