Run renovate in autodiscover-mode
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Georg Krause 2022-02-17 21:04:54 +01:00
parent bf347815b3
commit 663381319f
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632

View file

@ -1,4 +1,4 @@
FROM node:16-alpine
RUN apk add git python3 make
RUN yarn global add renovate
CMD renovate
CMD renovate --autodiscover