Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(renovate scheduling): use admonition #13891

Merged
merged 1 commit into from Jan 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/usage/key-concepts/scheduling.md
Expand Up @@ -76,8 +76,10 @@ before 5:00am
on friday and saturday
```

**Warning:** Renovate does not support scheduled minutes or "at an exact time" granularity.
Granularity must be at least one hour.
<!-- prettier-ignore -->
!!! warning
Renovate does not support scheduled minutes or "at an exact time" granularity.
Granularity must be at least one hour.

Renovate uses the [@breejs/later](https://github.com/breejs/later) library to parse the text, so Renovate is limited to that library's syntax support.
Read the parser documentation at [breejs.github.io/later/parsers.html#text](https://breejs.github.io/later/parsers.html#text) for more details.
Expand Down