From d01115c61c077b59394ab7d5704dfad2703d7cd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 23:52:49 +0000 Subject: [PATCH] chore(config): migrate config renovate.json5 --- renovate.json5 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 36609a3..b6c685c 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,7 +1,9 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>scratchfoundation/scratch-renovate-config:js-lib" + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'github>scratchfoundation/scratch-renovate-config:js-lib', + ], + baseBranchPatterns: [ + 'master', ], - "baseBranches": ["master"] }