From f6385cd4a3a7f0f63031e67d8749d9f75a89d14f 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 ec59875..02f159f 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"