From 047922cfd83435f7964566f5748a6077a0e1f52f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 13:53:05 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 5a80fea..94436eb 100644 --- a/renovate.json +++ b/renovate.json @@ -16,7 +16,7 @@ } ], "configMigration": true, - "baseBranches": [ + "baseBranchPatterns": [ "main" ], "assigneesFromCodeOwners": true, @@ -24,4 +24,4 @@ "dependency" ], "automerge": false -} \ No newline at end of file +}