From 62ee8bef7dd3c8133458ef7a3262a4be95f37c0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 17:11:20 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 4a29993..a42928e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,14 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>pangaeatech/.github"], - "baseBranches": ["main"], - "branchPrefix": "renovate/", - "enabledManagers": ["pip_requirements","poetry"] -} +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>pangaeatech/.github" + ], + "baseBranchPatterns": [ + "main" + ], + "branchPrefix": "renovate/", + "enabledManagers": [ + "pip_requirements", + "poetry" + ] +}