From ed0be86b7708ebba69c98d2cdae9c5b60925ab49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 19:15:39 +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 2925aec..d8db48b 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,7 +1,9 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>LLK/scratch-renovate-config:conservative" + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'github>LLK/scratch-renovate-config:conservative', + ], + baseBranchPatterns: [ + 'develop', ], - "baseBranches": ["develop"] }