From e82477ced7657390012d9ccd222f5ec2228fcc87 Mon Sep 17 00:00:00 2001 From: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com> Date: Wed, 23 Apr 2025 13:52:46 +0300 Subject: [PATCH] ``` Refactor Renovate config: adjust matchManagers formatting Updated the format of the `matchManagers` field for consistency and readability. This change does not alter any functionality but improves the code structure for better maintainability. ``` Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com> --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index c943a66..353c61c 100644 --- a/renovate.json +++ b/renovate.json @@ -13,9 +13,9 @@ ], "packageRules": [ { - "matchManagers": ["uv"], - "groupName": false - + "matchManagers": [ + "uv" + ] } ] }