From 64390965f4fdbb18763629bac0a1ae460697db21 Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 16 Aug 2022 17:49:26 +0200 Subject: [PATCH] chore: widen version range on python deps update --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index df710efb0..4e013bf02 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -17,7 +17,8 @@ }, { "matchManagers": ["pip_setup", "pip_requirements"], - "addLabels": ["python"] + "addLabels": ["python"], + "rangeStrategy": "widen" }, { "matchPaths": ["website/**"],