fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.13k stars 727 forks source link

Integrate greenkeeper #319

Open mohsen1 opened 6 years ago

mohsen1 commented 6 years ago

This project is depending on many moving targets like TypeScript. Manually updating those dependencies is not fun.

It would be nice to have greenkeeper opening PRs for new dependencies.

fkling commented 6 years ago

Last time I checked greenkeeper didn't support package.json files in sub-directories. However, I have been working on another solution for a while anyways: Packaging parsers individually and have a cronjob periodically check for updates.

Turbo87 commented 5 years ago

@fkling FWIW @dependabot supports subdirectories quite well :)