From 10d29cae38c806a4ec055b4514dcd71bbdb2a404 Mon Sep 17 00:00:00 2001 From: Steve Larson <9larsons@gmail.com> Date: Mon, 18 Nov 2024 12:22:18 -0600 Subject: [PATCH] Added gscan to renovate ignore list no ref The gscan library is one that we intentionally want to keep out of sync whenever we're releasing new theme features, as the latest version is publicly available at themes.ghost.org for theme devs to check their builds. After we give an appropriate lead time for updates, *then* we want to update Ghost to require them. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index df765a4973..f67a729fa9 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,8 @@ "codemirror", "faker", "ember-cli-code-coverage", - "ember-cli-terser" + "ember-cli-terser", + "gscan" ], "ignorePaths": [ "test",