27 lines
691 B
Markdown
27 lines
691 B
Markdown
# deps-lock-snitch-bot
|
|
|
|
> A GitHub App built with [Probot](https://github.com/probot/probot) that pings collaborators every time there are changes to a dependency lock file (package-lock.json, yarn.lock, etc)
|
|
|
|
## Setup
|
|
|
|
```sh
|
|
# Install dependencies
|
|
yarn install
|
|
|
|
# Run typescript
|
|
yarn build
|
|
|
|
# Run the bot
|
|
yarn start
|
|
```
|
|
|
|
## Contributing
|
|
|
|
If you have suggestions for how deps-lock-snitch-bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
|
|
|
|
For more, check out the [Contributing Guide](CONTRIBUTING.md).
|
|
|
|
## License
|
|
|
|
[ISC](LICENSE) © 2019 Pedro Pombeiro <pombeirp@users.noreply.github.com> (https://github.com/status-im/deps-lock-snitch-bot)
|