From 20953abc5a0ca75b4be9c82ee448b4d7e9aae039 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 05:35:13 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 6fd76971..45b8328f 100644 --- a/renovate.json +++ b/renovate.json @@ -7,8 +7,8 @@ { "matchDepTypes": ["dependencies"], "matchUpdateTypes": ["minor", "patch"], - "excludeDepNames": ["smarthr-ui", "smarthr-normalize-css"], - "automerge": true + "automerge": true, + "matchDepNames": ["!smarthr-ui", "!smarthr-normalize-css"] }, { "matchDepTypes": ["devDependencies"],