Skip to content

Commit

Permalink
Renovatebot config fixes (#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhoy authored Apr 10, 2024
1 parent 44211bc commit 21bd41f
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit 21bd41f

Please sign in to comment.