Skip to content

Commit 4cc7e2e

Browse files
committed
Retrigger Renovate
1 parent 5780d80 commit 4cc7e2e

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

renovate.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"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"],
55
"packageRules": [
66
{
77
"matchPackageNames": [
@@ -11,7 +11,7 @@
1111
"groupName": "kotlin-updates-major",
1212
"matchUpdateTypes": ["major"],
1313
"matchConfidence": ["neutral", "high", "very high"],
14-
"minimumReleaseAge": 7
14+
"minimumReleaseAge": "7 days"
1515
},
1616
{
1717
"matchPackageNames": [
@@ -21,10 +21,9 @@
2121
"groupName": "kotlin-updates",
2222
"matchUpdateTypes": ["minor", "patch"],
2323
"matchConfidence": ["neutral", "high", "very high"],
24-
"minimumReleaseAge": 7
24+
"minimumReleaseAge": "7 days"
2525
},
2626

27-
2827
{
2928
"matchPackageNames": [
3029
"com.android.tools.build:gradle",
@@ -33,7 +32,7 @@
3332
"groupName": "gradle-updates-major",
3433
"matchUpdateTypes": ["major"],
3534
"matchConfidence": ["neutral", "high", "very high"],
36-
"minimumReleaseAge": 7
35+
"minimumReleaseAge": "7 days"
3736
},
3837
{
3938
"matchPackageNames": [
@@ -43,7 +42,7 @@
4342
"groupName": "gradle-updates",
4443
"matchUpdateTypes": ["minor", "patch"],
4544
"matchConfidence": ["neutral", "high", "very high"],
46-
"minimumReleaseAge": 7
45+
"minimumReleaseAge": "7 days"
4746
},
4847

4948

@@ -58,7 +57,7 @@
5857
],
5958
"matchUpdateTypes": ["major"],
6059
"matchConfidence": ["neutral", "high", "very high"],
61-
"minimumReleaseAge": 7
60+
"minimumReleaseAge": "7 days"
6261
},
6362
{
6463
"matchPackageNames": [
@@ -71,7 +70,7 @@
7170
],
7271
"matchUpdateTypes": ["minor", "patch"],
7372
"matchConfidence": ["neutral", "high", "very high"],
74-
"minimumReleaseAge": 7
73+
"minimumReleaseAge": "7 days"
7574
},
7675

7776

@@ -84,7 +83,7 @@
8483
"groupName": "unit-tests-major",
8584
"matchUpdateTypes": ["major"],
8685
"matchConfidence": ["neutral", "high", "very high"],
87-
"minimumReleaseAge": 7
86+
"minimumReleaseAge": "7 days"
8887
},
8988
{
9089
"matchPackageNames": [
@@ -95,7 +94,7 @@
9594
"groupName": "unit-tests",
9695
"matchUpdateTypes": ["minor", "patch"],
9796
"matchConfidence": ["neutral", "high", "very high"],
98-
"minimumReleaseAge": 7
97+
"minimumReleaseAge": "7 days"
9998
},
10099

101100

@@ -104,14 +103,14 @@
104103
"groupName": "androidx-test-updates-major",
105104
"matchUpdateTypes": ["major"],
106105
"matchConfidence": ["neutral", "high", "very high"],
107-
"minimumReleaseAge": 7
106+
"minimumReleaseAge": "7 days"
108107
},
109108
{
110109
"matchPackagePatterns": ["^androidx\\.test:.*$"],
111110
"groupName": "androidx-test-updates",
112111
"matchUpdateTypes": ["minor", "patch"],
113112
"matchConfidence": ["neutral", "high", "very high"],
114-
"minimumReleaseAge": 7
113+
"minimumReleaseAge": "7 days"
115114
}
116115
]
117116
}

0 commit comments

Comments
 (0)