From f0c4e2bd6085080228a854f062715628452a1bdc Mon Sep 17 00:00:00 2001 From: bikramnehra Date: Tue, 4 Aug 2026 16:15:51 -0700 Subject: [PATCH] =?UTF-8?q?rename=20default.json5=20=E2=86=92=20default.js?= =?UTF-8?q?on=20so=20Renovate=20resolves=20the=20preset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both forge and forge-infra have gone silent on Renovate since 2026-07-20: same-day "Action Required: Fix Renovate Configuration" issue in each, error `Cannot find preset's package (github>HyperbolicLabs/.github)`. Renovate's `github>OWNER/REPO` shortcut resolves to `default.json` at the repo root by documented default. `.json5` is supported in newer Renovate versions but the resolution is finicky and version-dependent — this exact error is what Mend's hosted scanner returns when the default-path lookup misses. Renaming to the canonical filename sidesteps the whole issue. Content is byte-identical. Renovate parses .json presets with a JSON5 parser, so the existing comments and trailing commas keep working. Downstream repos need no changes — their `extends: ["github>HyperbolicLabs/.github"]` lines already resolve here. --- default.json5 => default.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename default.json5 => default.json (100%) diff --git a/default.json5 b/default.json similarity index 100% rename from default.json5 rename to default.json