From b278483635f3cfb828936f1e777daf2b6b91df43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 07:59:58 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json5 --- .github/renovate.json5 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0a15dca..93feb49 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,4 @@ -/** @format */ - { extends: ["local>Mikaela/shell-things:.renovate-shared"], - baseBranches: ["master", "lfs-media"], + baseBranchPatterns: ["master", "lfs-media"], }