From 1781ba1826253c0eee91cce1a86eb306f3062f6e Mon Sep 17 00:00:00 2001 From: Justin Clareburt <122523970+justo-mend@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:27:43 +0200 Subject: [PATCH] docs: remove schedule Tip linking to CodePen (#31569) --- docs/usage/configuration-options.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 92ae54e447..ef93c51638 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -3769,10 +3769,6 @@ Renovate does not support scheduled minutes or "at an exact time" granularity. !!! note Actions triggered via the [Dependency Dashboard](#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 By default you will see Angular-style commit prefixes like `"chore(deps):"`. -- GitLab