From 02bbc2d8f49828277f34f64f2c2a03a03a6841f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 09:01:27 -0500 Subject: [PATCH] Migrate config .github/renovate.json (#3227) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/renovate.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index ec598757..02f159f7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,11 +1,20 @@ { - "baseBranches": ["main"], + "baseBranches": [ + "main" + ], "commitMessageAction": "⬆️ Bump", "commitMessageTopic": "{{depName}}", - "extends": ["config:base", "schedule:weekly"], + "extends": [ + "config:recommended", + "schedule:weekly" + ], "packageRules": [ { - "matchUpdateTypes": ["minor", "patch", "pin"] + "matchUpdateTypes": [ + "minor", + "patch", + "pin" + ] } ], "timezone": "America/Detroit"