From a42fc5b6b6c22687a751bbd35b6bc5f2b6592e81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:14:07 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 2c095d8916..de66e3c0d0 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" ], - "labels": ["chore"] + "labels": [ + "chore" + ] }