chore: widen version range on python deps update
This commit is contained in:
parent
090a5c93ac
commit
64390965f4
|
@ -17,7 +17,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["pip_setup", "pip_requirements"],
|
"matchManagers": ["pip_setup", "pip_requirements"],
|
||||||
"addLabels": ["python"]
|
"addLabels": ["python"],
|
||||||
|
"rangeStrategy": "widen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPaths": ["website/**"],
|
"matchPaths": ["website/**"],
|
||||||
|
|
Loading…
Reference in New Issue