From 5adf9e5a264c95ec78626b61e2c3a9f33d3d82b2 Mon Sep 17 00:00:00 2001 From: Kenta Kuroda Date: Sat, 16 May 2026 18:57:23 +0900 Subject: [PATCH] fix(renovate): replace full-width space with regular space Renovate reported a "Hidden Unicode characters" warning in the repository. The cause was a full-width space (U+3000) after the asterisk in a JSDoc comment line in renovate.json5. Closes #4 --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index f007b63..2cf5253 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -20,7 +20,7 @@ platformAutomerge: true, /** * version公開後、数日経ってからreadyにする - * @see https://docs.renovatebot.com/configuration-options/#stabilitydays + * @see https://docs.renovatebot.com/configuration-options/#stabilitydays */ major: { minimumReleaseAge: "14 days",