From 3e0e981da1e0d5f8d73b4f16b8b020540dc6c13b Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Fri, 24 Jan 2025 15:35:36 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20renovate=20=E2=80=93=20use=20best-pract?= =?UTF-8?q?ices?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Even if not wished: `config:base` should be replaced with `config:recommended`. The latter is part of config:best-practices (see: https://docs.renovatebot.com/presets-config/#configbest-practices). We also might want to add: [`config:semverAllMonthly`](https://docs.renovatebot.com/presets-config/#configsemverallmonthly) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8864b06ab..51689b80c 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "labels": ["dependencies"], "extends": [ - "config:base", + "config:best-practices", "config:js-app" ], "hostRules": [