From 8e46b1f24138d41246c839d31d91754fc475a0b6 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 25 Feb 2026 14:14:38 +0000 Subject: [PATCH] Updated Renovate config to use renovate-config repo directly For a while, Renovate recommended using the .github repo to store shared presets. In our case, that setup is mostly just an alias to renovate-config, and it adds indirection and confusion about what our standard source should be. Going forward, we don't want to use the .github repo for this. Having a dedicated renovate-config repo is more intuitive, so this switches to the direct preset source and standardizes where shared Renovate config comes from. --- 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" ] }