From f088c01768c972d06c13120ccfffb3d329b49d6d Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Tue, 23 Sep 2025 12:10:19 +0500 Subject: [PATCH] chore(renovate): validate and fix renovate.json configuration Signed-off-by: Boris Yumankulov --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 41bc6c1..16aaa99 100644 --- a/renovate.json +++ b/renovate.json @@ -20,7 +20,7 @@ }, { "matchFileNames": [".python-version"], - "enabled": false, + "enabled": false }, { "matchManagers": ["poetry", "pyenv"], @@ -41,6 +41,6 @@ "matchDatasources": ["github-runners", "python-version"], "enabled": false, "description": "Prevent Renovate from updating runs-on to unsupported ubuntu-24.04" - }, + } ] }