From 83d948c8001f24748e7c732dc26fae7a98fe650f Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 25 Feb 2026 14:06:00 +0000 Subject: [PATCH] Use renovate-config directly for Renovate presets The @tryghost:quietJS preset came from the older package-style preset setup in Slimer. We now standardize on the dedicated renovate-config repository as the canonical source for shared Renovate config. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1cac5855..7c035524 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,5 @@ { "extends": [ - "@tryghost:quietJS" + "github>TryGhost/renovate-config" ] }