From 53021392bfee5f88f2b16cbcec2eb1f0941e74ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 14:35:17 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index b284f6d..73127b4 100644 --- a/renovate.json +++ b/renovate.json @@ -7,11 +7,16 @@ "poetry", "pre-commit" ], - "baseBranches": ["alpha"], + "baseBranchPatterns": [ + "alpha" + ], "packageRules": [ - { - "matchPackageNames": ["python", "django"], - "enabled": false - } - ] + { + "matchPackageNames": [ + "python", + "django" + ], + "enabled": false + } + ] }