The conditions provided were $y(0)=1$ and $y'(0)=1$.
Since this equation is regular, I can neglect the term involving $\epsilon$, giving $\frac{d^2y}{dx^2}=x$.
I tried to solve this in order to obtain the leading order approximation.
The characteristic equation is $m^2=0$, so the roots are $0$.
General solution: $y=A+Bx$
$y(0)=1$ implies $1=A$ and $y'(0)=1$ implies $1=B$. So $y=1+x$.
According to the solution, the leading order approximation is $\frac{1}{6}x^3+x+1$. If my thinking is correct, where did the extra $\frac{1}{6}x^3$ term come from? Or have I been mistaken somewhere?
You may solve $$\frac{d^2y}{dx^2}=x \implies \frac{dy}{dx}= \frac {1}{2}x^2+C_1$$ Which in term results in $$ y=(1/6)x^3+C_1x+C_2 $$
with the given initial condition we get $C_1=C_2=1$
Resulting in $$y= (1/6)x^3+x+1 $$