Skip to content

Commit 21bd41f

Browse files
authored
Renovatebot config fixes (#2394)
1 parent 44211bc commit 21bd41f

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

.github/renovate.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
{
3131
"description": "Test-dependencies are checked less often than the shipped deps",
3232
"matchDepTypes": ["test"],
33-
"extends": ["schedule:monthly"]
33+
"schedule": ["before 9am on the first day of the month"]
3434
},
3535
{
3636
"description": "Noisy, frequently updated dependencies checked less often",
3737
"matchPackagePrefixes": ["software.amazon.awssdk", "com.google.cloud"],
38-
"extends": ["schedule:monthly"]
38+
"schedule": ["before 9am on the first day of the month"]
3939
},
4040
{
4141
"description": "Workaround for https://github.com/renovatebot/renovate/issues/19226",
@@ -44,8 +44,28 @@
4444
},
4545
{
4646
"description": "Lucene dependencies should be skipped",
47-
"matchPackageNames": ["org.apache.lucene"],
47+
"matchPackagePrefixes": ["org.apache.lucene"],
4848
"enabled": false
49+
},
50+
{
51+
"description": "Changelog for commons-io",
52+
"matchSourceUrls": ["https://gitbox.apache.org/repos/asf?p=commons-io.git"],
53+
"customChangelogUrl": "https://commons.apache.org/proper/commons-io/changes-report.html"
54+
},
55+
{
56+
"description": "Changelog for zookeeper",
57+
"matchSourceUrls": ["https://gitbox.apache.org/repos/asf/zookeeper.git"],
58+
"customChangelogUrl": "https://zookeeper.apache.org/releases.html"
59+
},
60+
{
61+
"description": "Changelog for commons-compress",
62+
"matchSourceUrls": ["https://gitbox.apache.org/repos/asf?p=commons-compress.git"],
63+
"customChangelogUrl": "https://commons.apache.org/proper/commons-compress/changes-report.html"
64+
},
65+
{
66+
"description": "Changelog for commons-configuration",
67+
"matchSourceUrls": ["https://gitbox.apache.org/repos/asf?p=commons-configuration.git"],
68+
"customChangelogUrl": "https://commons.apache.org/proper/commons-configuration/changes-report.html"
4969
}
5070
],
5171
"schedule": [

0 commit comments

Comments
 (0)