fix(renovaterc): invalid cron syntax
There was a small mistake in the config.
This commit is contained in:
parent
7fdf322c73
commit
a515c5d8df
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
"branchTopic": "lock-file-maintenance",
|
"branchTopic": "lock-file-maintenance",
|
||||||
"commitMessageAction": "Lock file maintenance",
|
"commitMessageAction": "Lock file maintenance",
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"* 23-0 * * *"
|
"* 23 * * *"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"automergeSchedule": [
|
"automergeSchedule": [
|
||||||
|
|
Loading…
Reference in a new issue