From 466f6fd636d4a89b6af10dc5c9ee2d67c1733d94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:02:09 +0000 Subject: [PATCH] chore(config): migrate config renovate.json5 --- renovate.json5 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index dd14feb..459781b 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,9 +1,6 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - - "extends": [ - "github>scratchfoundation/scratch-renovate-config:js-app" + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'github>scratchfoundation/scratch-renovate-config:js-app', ], - - "transitiveRemediation": true }