mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
Fix an invalid schedule example (#7807)
This commit is contained in:
parent
d09855e615
commit
95681819c1
1 changed files with 1 additions and 1 deletions
|
@ -1698,7 +1698,7 @@ You could then configure a schedule like this at the repository level:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"schedule": ["after 10pm and before 5am on every weekday", "every weekend"]
|
"schedule": ["after 10pm and before 5am every weekday", "every weekend"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue