|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | 3 | "extends": ["config:base"], |
4 | | - "schedule": ["before 2pm on the first and third Monday of the month"], |
| 4 | + "schedule": ["on the 2nd and 4th day instance on sunday after 9pm"], |
5 | 5 | "packageRules": [ |
6 | 6 | { |
7 | 7 | "matchPackageNames": [ |
|
11 | 11 | "groupName": "kotlin-updates-major", |
12 | 12 | "matchUpdateTypes": ["major"], |
13 | 13 | "matchConfidence": ["neutral", "high", "very high"], |
14 | | - "minimumReleaseAge": 7 |
| 14 | + "minimumReleaseAge": "7 days" |
15 | 15 | }, |
16 | 16 | { |
17 | 17 | "matchPackageNames": [ |
|
21 | 21 | "groupName": "kotlin-updates", |
22 | 22 | "matchUpdateTypes": ["minor", "patch"], |
23 | 23 | "matchConfidence": ["neutral", "high", "very high"], |
24 | | - "minimumReleaseAge": 7 |
| 24 | + "minimumReleaseAge": "7 days" |
25 | 25 | }, |
26 | 26 |
|
27 | | - |
28 | 27 | { |
29 | 28 | "matchPackageNames": [ |
30 | 29 | "com.android.tools.build:gradle", |
|
33 | 32 | "groupName": "gradle-updates-major", |
34 | 33 | "matchUpdateTypes": ["major"], |
35 | 34 | "matchConfidence": ["neutral", "high", "very high"], |
36 | | - "minimumReleaseAge": 7 |
| 35 | + "minimumReleaseAge": "7 days" |
37 | 36 | }, |
38 | 37 | { |
39 | 38 | "matchPackageNames": [ |
|
43 | 42 | "groupName": "gradle-updates", |
44 | 43 | "matchUpdateTypes": ["minor", "patch"], |
45 | 44 | "matchConfidence": ["neutral", "high", "very high"], |
46 | | - "minimumReleaseAge": 7 |
| 45 | + "minimumReleaseAge": "7 days" |
47 | 46 | }, |
48 | 47 |
|
49 | 48 |
|
|
58 | 57 | ], |
59 | 58 | "matchUpdateTypes": ["major"], |
60 | 59 | "matchConfidence": ["neutral", "high", "very high"], |
61 | | - "minimumReleaseAge": 7 |
| 60 | + "minimumReleaseAge": "7 days" |
62 | 61 | }, |
63 | 62 | { |
64 | 63 | "matchPackageNames": [ |
|
71 | 70 | ], |
72 | 71 | "matchUpdateTypes": ["minor", "patch"], |
73 | 72 | "matchConfidence": ["neutral", "high", "very high"], |
74 | | - "minimumReleaseAge": 7 |
| 73 | + "minimumReleaseAge": "7 days" |
75 | 74 | }, |
76 | 75 |
|
77 | 76 |
|
|
84 | 83 | "groupName": "unit-tests-major", |
85 | 84 | "matchUpdateTypes": ["major"], |
86 | 85 | "matchConfidence": ["neutral", "high", "very high"], |
87 | | - "minimumReleaseAge": 7 |
| 86 | + "minimumReleaseAge": "7 days" |
88 | 87 | }, |
89 | 88 | { |
90 | 89 | "matchPackageNames": [ |
|
95 | 94 | "groupName": "unit-tests", |
96 | 95 | "matchUpdateTypes": ["minor", "patch"], |
97 | 96 | "matchConfidence": ["neutral", "high", "very high"], |
98 | | - "minimumReleaseAge": 7 |
| 97 | + "minimumReleaseAge": "7 days" |
99 | 98 | }, |
100 | 99 |
|
101 | 100 |
|
|
104 | 103 | "groupName": "androidx-test-updates-major", |
105 | 104 | "matchUpdateTypes": ["major"], |
106 | 105 | "matchConfidence": ["neutral", "high", "very high"], |
107 | | - "minimumReleaseAge": 7 |
| 106 | + "minimumReleaseAge": "7 days" |
108 | 107 | }, |
109 | 108 | { |
110 | 109 | "matchPackagePatterns": ["^androidx\\.test:.*$"], |
111 | 110 | "groupName": "androidx-test-updates", |
112 | 111 | "matchUpdateTypes": ["minor", "patch"], |
113 | 112 | "matchConfidence": ["neutral", "high", "very high"], |
114 | | - "minimumReleaseAge": 7 |
| 113 | + "minimumReleaseAge": "7 days" |
115 | 114 | } |
116 | 115 | ] |
117 | 116 | } |
0 commit comments