From cf24eccdf26555d06da00c5407c320fc97435ae1 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 3 Mar 2021 13:24:16 +0000 Subject: [PATCH] Added Renovate to package.json no issue - the renovate.json file was removed to clean up the repository files, but we still want Renovate to update dependencies - Renovate allows us to configure the config in the package.json, so this commit moves the previous contents there --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 8983e7c..0d8d9b6 100644 --- a/package.json +++ b/package.json @@ -88,5 +88,10 @@ "width": 2000 } } + }, + "renovate": { + "extends": [ + "@tryghost:theme" + ] } }