mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
docs(configuration options): Add a CodePen for validating whether a later.js schedule is valid or not. (#16431)
This commit is contained in:
parent
6453c3833f
commit
1374831aed
1 changed files with 4 additions and 0 deletions
|
@ -2639,6 +2639,10 @@ Renovate does not support scheduled minutes or "at an exact time" granularity.
|
||||||
!!! note
|
!!! note
|
||||||
Actions triggered via the [Dependency Dashboard](https://docs.renovatebot.com/configuration-options/#dependencydashboard) are not restricted by a configured schedule.
|
Actions triggered via the [Dependency Dashboard](https://docs.renovatebot.com/configuration-options/#dependencydashboard) are not restricted by a configured schedule.
|
||||||
|
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
!!! tip
|
||||||
|
To validate your `later` schedule before updating your `renovate.json`, you can use [this CodePen](https://codepen.io/rationaltiger24/full/ZExQEgK).
|
||||||
|
|
||||||
## semanticCommitScope
|
## semanticCommitScope
|
||||||
|
|
||||||
By default you will see Angular-style commit prefixes like `"chore(deps):"`.
|
By default you will see Angular-style commit prefixes like `"chore(deps):"`.
|
||||||
|
|
Loading…
Reference in a new issue