|
30 | 30 | { |
31 | 31 | "description": "Test-dependencies are checked less often than the shipped deps", |
32 | 32 | "matchDepTypes": ["test"], |
33 | | - "extends": ["schedule:monthly"] |
| 33 | + "schedule": ["before 9am on the first day of the month"] |
34 | 34 | }, |
35 | 35 | { |
36 | 36 | "description": "Noisy, frequently updated dependencies checked less often", |
37 | 37 | "matchPackagePrefixes": ["software.amazon.awssdk", "com.google.cloud"], |
38 | | - "extends": ["schedule:monthly"] |
| 38 | + "schedule": ["before 9am on the first day of the month"] |
39 | 39 | }, |
40 | 40 | { |
41 | 41 | "description": "Workaround for https://github.com/renovatebot/renovate/issues/19226", |
|
44 | 44 | }, |
45 | 45 | { |
46 | 46 | "description": "Lucene dependencies should be skipped", |
47 | | - "matchPackageNames": ["org.apache.lucene"], |
| 47 | + "matchPackagePrefixes": ["org.apache.lucene"], |
48 | 48 | "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" |
49 | 69 | } |
50 | 70 | ], |
51 | 71 | "schedule": [ |
|
0 commit comments