Skip to content

Commit 26d516e

Browse files
committed
adjust renovate configuration
Use the recommended cron syntax for schedules and add the human readable schedule as description. Signed-off-by: Tuomo Tanskanen <[email protected]>
1 parent ce2d941 commit 26d516e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
"matchBaseBranches": [
1919
"main"
2020
],
21+
"description": "run before 6am on Mondays",
2122
"schedule": [
22-
"before 3am on Monday"
23+
"* 0-5 * * 1"
2324
]
2425
},
2526
{
@@ -28,8 +29,9 @@
2829
"release-31.0",
2930
"release-32.0"
3031
],
32+
"description": "run before 6am every day",
3133
"schedule": [
32-
"after 12am and before 2am"
34+
"* 0-5 * * *"
3335
]
3436
}
3537
],

0 commit comments

Comments
 (0)