From 13068f39597d9ad2c5a2d49b90c3350568485ed5 Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Thu, 14 Aug 2025 21:44:06 +0500 Subject: [PATCH] chore(renovate): fix work with uv Signed-off-by: Boris Yumankulov --- renovate.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 67d0430..90bc71d 100644 --- a/renovate.json +++ b/renovate.json @@ -15,12 +15,14 @@ "enabled": false }, { - "matchFileNames": [".gitea/workflows/**.yaml", ".gitea/workflows/**.yml"], + "matchManagers": ["github-actions", "pre-commit"], "enabled": false }, { - "matchFileNames": [".python-version"], - "enabled": false + "matchManagers": ["pep621"], + "rangeStrategy": "bump", + "versioning": "pep440", + "groupName": "Python dependencies" } ] }