From d992fdbec6e25532b050c87f3094cab1749a59bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 07:55:09 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index 65588c2..52ee277 100644 --- a/renovate.json +++ b/renovate.json @@ -1,15 +1,16 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], - + "extends": ["config:recommended"], "labels": ["type: dependencies"], "github-actions": { "extends": ["schedule:monthly"], "addLabels": ["github-actions"] }, - - "js": { - "extends": ["schedule:monthly"], - "addLabels": ["javascript"] - } + "packageRules": [ + { + "matchCategories": ["js"], + "extends": ["schedule:monthly"], + "addLabels": ["javascript"] + } + ] }