[x] I have searched for similiar issues before filing this issue.
node version: 11.5.0
6.9.03.1.8Hey, just a small issue I ran into, here marked shows a patch update but it's shown in red color (which should only happen for major updates)

I tried to make an empty new project, install only marked 0.6.0 and then run ncu the result is the same.
It's a small thing but I figured I'd let you know.
"Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable.". Hence every major version 0 is marked red because it's potentially a breaking change. Might be worth mentioning in the README though.
@stoically Ohh ok that makes sense. Yeah I think this should be mentioned somewhere.
Thanks for the clarification!
Most helpful comment
"Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable.". Hence every major version 0 is marked red because it's potentially a breaking change. Might be worth mentioning in the README though.