diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 70bbd84276c896c689cdd48a1e1224c75a74f6d3..192251cd8afa9765e8b67f7be91796c1d22185bd 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -2785,6 +2785,12 @@ Read the parser documentation at [breejs.github.io/later/parsers.html#text](http To parse Cron syntax, Renovate uses [@cheap-glitch/mi-cron](https://github.com/cheap-glitch/mi-cron). Renovate does not support scheduled minutes or "at an exact time" granularity. +<!-- prettier-ignore --> +!!! tip + If you want to _disable_ Renovate, then avoid setting `schedule` to `"never"`. + Instead, use the `enabled` config option to disable Renovate. + Read the [`enabled` config option docs](https://docs.renovatebot.com/configuration-options/#enabled) to learn more. + <!-- prettier-ignore --> !!! note Actions triggered via the [Dependency Dashboard](https://docs.renovatebot.com/configuration-options/#dependencydashboard) are not restricted by a configured schedule.