- Jul 16, 2019
-
-
ZyanKLee authored
Closes #4097
-
- May 16, 2019
-
- May 09, 2019
-
-
Michael Kriese authored
Adds initial typescript support BREAKING CHANGE: Renovate is now distributed as a "built" package on npmjs, using `dist/` instead of `lib/`. For nearly everyone, it should still just work though.
- Oct 07, 2018
-
-
Rhys Arkins authored
Closes #2609
-
- Mar 09, 2018
-
-
Rhys Arkins authored
Docker's build process doesn't allow you to ADD or COPY files from outside the directory tree. e.g. `ADD ../package.json .` is forbidden. The only option I can see is to move it and `hooks` back into the project root.