From b125c04e189e74352aae19ef66100b31f9dfe0ee Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Mon, 23 Aug 2021 14:14:18 +0200
Subject: [PATCH] docs: be more specific about supported schedule granularity
 (#11383)

---
 docs/usage/noise-reduction.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/usage/noise-reduction.md b/docs/usage/noise-reduction.md
index c275d1158f..de2929281e 100644
--- a/docs/usage/noise-reduction.md
+++ b/docs/usage/noise-reduction.md
@@ -101,6 +101,7 @@ Or perhaps at least weekly:
 If you're wondering what is supported and not, under the hood, the schedule is parsed using [@breejs/later](https://github.com/breejs/later) using the `later.parse.text(scheduleString)` API.
 Read the parser documentation at [breejs.github.io/later/parsers.html#text](https://breejs.github.io/later/parsers.html#text).
 Renovate does not support scheduled minutes or "at an exact time" granularity.
+Granularity must be at least one hour.
 
 ## Automerging
 
-- 
GitLab