Skip to content

Commit

Permalink
docs(config): warn about spaces in schedule (#29121)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed May 17, 2024
1 parent 6f8cde4 commit ebfb48d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3737,6 +3737,12 @@ every 3 months on the first day of the month
* 0 2 * *
```

<!-- prettier-ignore -->
!!! warning
You _must_ keep the number and the `am`/`pm` part _together_!
Correct: `before 5am`, or `before 5:00am`.
Wrong: `before 5 am`, or `before 5:00 am`.

<!-- prettier-ignore -->
!!! warning
For Cron schedules, you _must_ use the `*` wildcard for the minutes value, as Renovate doesn't support minute granularity.
Expand Down

0 comments on commit ebfb48d

Please sign in to comment.