From 1374831aede75145fb7fd794cd154fccda6a97c4 Mon Sep 17 00:00:00 2001
From: Paul Zakin <paul@paulzakin.com>
Date: Sat, 9 Jul 2022 02:03:39 -0500
Subject: [PATCH] docs(configuration options): Add a CodePen for validating
 whether a later.js schedule is valid or not. (#16431)

---
 docs/usage/configuration-options.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index 09f3dea962..d6ed310ac6 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -2639,6 +2639,10 @@ Renovate does not support scheduled minutes or "at an exact time" granularity.
 !!! note
     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
 
 By default you will see Angular-style commit prefixes like `"chore(deps):"`.
-- 
GitLab