Compare commits

...

2 Commits

Author SHA1 Message Date
Georg Krause 663381319f
Run renovate in autodiscover-mode
continuous-integration/drone/push Build is passing Details
2022-02-17 21:04:54 +01:00
Georg Krause bf347815b3
Install make to allow yarn to build deps 2022-02-17 21:04:40 +01:00
1 changed files with 2 additions and 2 deletions

View File

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