A GitHub App built with Probot that pings collaborators every time there are changes to a dependency lock file (package-lock.json, yarn.lock, etc)
Go to file
dependabot[bot] 4cd1359223 Bump https-proxy-agent from 2.2.2 to 2.2.4
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-17 09:48:39 +02:00
.vscode Initial commit 2019-01-21 16:17:51 +01:00
scripts Initial commit 2019-01-21 16:17:51 +01:00
src Handle `pull_request.synchronize` as well 2019-01-29 18:57:40 +01:00
test Initial commit 2019-01-21 16:17:51 +01:00
.env.example Initial commit 2019-01-21 16:17:51 +01:00
.gitignore Initial commit 2019-01-21 16:17:51 +01:00
.travis.yml Initial commit 2019-01-21 16:17:51 +01:00
CODE_OF_CONDUCT.md Initial commit 2019-01-21 16:17:51 +01:00
CONTRIBUTING.md Initial commit 2019-01-21 16:17:51 +01:00
LICENSE Handle `pull_request.synchronize` as well 2019-01-29 18:57:40 +01:00
README.md Handle `pull_request.synchronize` as well 2019-01-29 18:57:40 +01:00
app.yml Initial commit 2019-01-21 16:17:51 +01:00
jest.config.js Initial commit 2019-01-21 16:17:51 +01:00
nodemon.json Initial commit 2019-01-21 16:17:51 +01:00
package.json Upgrade node packages 2019-09-20 10:45:46 +02:00
tsconfig.json Initial commit 2019-01-21 16:17:51 +01:00
tslint.json Initial commit 2019-01-21 16:17:51 +01:00
yarn.lock Bump https-proxy-agent from 2.2.2 to 2.2.4 2020-04-17 09:48:39 +02:00

README.md

deps-lock-snitch-bot

A GitHub App built with Probot that pings collaborators every time there are changes to a dependency lock file (package-lock.json, yarn.lock, etc)

Setup

# 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.

License

ISC © 2019 Status.im pombeirp@users.noreply.github.com (https://github.com/status-im/deps-lock-snitch-bot)