From 45ea4ac095f617867134ffb063119330f359b29c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:40:33 +0000 Subject: [PATCH] chore(config): migrate renovate config (#3354) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 17c3c08d..ff9a0fd7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", "schedule:weekly", "group:allNonMajor", ":automergeMinor"], + "extends": ["config:recommended", "schedule:weekly", "group:allNonMajor", ":automergeMinor"], "rangeStrategy": "bump" }