From 840a90428baca27a588db37b2423c05e3cbba5eb Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 25 Feb 2026 14:15:11 +0000 Subject: [PATCH] Add Renovate config from renovate-config repo We are standardizing Renovate settings around the dedicated TryGhost/renovate-config repository. This adds a repo config so updates use the same shared preset source as the rest of the org. --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7c03552 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "github>TryGhost/renovate-config" + ] +}