From 7a0bf053c557467b8c2d44eaceebb88dfff16307 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 18:45:39 +0000 Subject: [PATCH] chore(config): migrate config renovate.json5 --- renovate.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index abdc35ea8..a08d19396 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,5 +1,5 @@ { - $schema: 'https://docs.renovatebot.com/renovate-schema.json', - extends: ['github>scratchfoundation/scratch-renovate-config:js-lib-bundled'], - baseBranches: ['master'], + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: ["github>scratchfoundation/scratch-renovate-config:js-lib-bundled"], + baseBranchPatterns: ["master"], }