chore: widen version range on python deps update

This commit is contained in:
jo 2022-08-16 17:49:26 +02:00 committed by Kyle Robbertze
parent 090a5c93ac
commit 64390965f4
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
}, },
{ {
"matchManagers": ["pip_setup", "pip_requirements"], "matchManagers": ["pip_setup", "pip_requirements"],
"addLabels": ["python"] "addLabels": ["python"],
"rangeStrategy": "widen"
}, },
{ {
"matchPaths": ["website/**"], "matchPaths": ["website/**"],