From 213323e8ef1e18e1c7c74c6f967cb3177abfb701 Mon Sep 17 00:00:00 2001 From: Daniel Mesejo Date: Thu, 2 Jan 2025 12:35:29 +0100 Subject: [PATCH] chore: update ignorePaths --- .github/renovate.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2bd0ea5..b783f40 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -13,11 +13,8 @@ "github-actions", "pep621" ], - "packageRules": [ - { - "matchManagers": ["pip_requirements"], - "enabled": false - } + "ignorePaths": [ + "**/requirements-dev.txt" ], "pre-commit": { "enabled": false