renovate-bot/Dockerfile

5 lines
125 B
Docker

FROM debian:stable-slim
RUN apt-get update && apt-get install -y nodejs python yarnpkg
RUN yarn add -g renovate
CMD renovate