From 7e3aa6c666284b40509e13cc5d044b3309925af8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 08:13:42 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index f125e96..58253b1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", "group:allNonMajor"], + "extends": ["config:recommended", "group:allNonMajor"], "labels": ["dependencies"] }