Skip to content

Commit ce722e3

Browse files
committed
fix: run schedule 3 days instead of 1
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
1 parent 9e467d0 commit ce722e3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232
],
3333
"enabled": true,
3434
"minimumReleaseAge": "7 days",
35-
"schedule": ["before 6am on Monday"],
35+
"schedule": [
36+
"before 6am on Monday",
37+
"before 6am on Wednesday",
38+
"before 6am on Friday"
39+
],
3640
"prCreation": "not-pending",
3741
"enabledManagers": [
3842
"custom.regex",

0 commit comments

Comments
 (0)