This Probot checks changes to packages.json to ensure that URL schemes match intended pattern and that forks are referenced with a tag, instead of a branch
Go to file
dependabot[bot] 121f0fa219
Bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 22:21:29 +00:00
.vscode Fix exception after updating check run 2019-01-25 10:27:57 +01:00
scripts Migrate to TypeScript to avoid silent errors and improve debugging 2019-01-17 19:23:58 +01:00
src accept URLs with long Git tag refs 2022-01-11 16:19:56 +01:00
test Fix exception after updating check run 2019-01-25 10:27:57 +01:00
.env.example Initial commit 2019-01-16 22:30:39 +01:00
.gitignore Switch linter to tslint 2019-01-20 22:05:53 +01:00
.travis.yml Initial commit 2019-01-16 22:30:39 +01:00
CODE_OF_CONDUCT.md Initial commit 2019-01-16 22:30:39 +01:00
CONTRIBUTING.md Switch linter to tslint 2019-01-20 22:05:53 +01:00
LICENSE Minor changes 2019-01-22 17:28:38 +01:00
README.md Minor changes 2019-01-22 17:28:38 +01:00
app.yml Minor cleanup 2019-01-17 13:34:06 +01:00
jest.config.js Migrate to TypeScript to avoid silent errors and improve debugging 2019-01-17 19:23:58 +01:00
nodemon.json Migrate to TypeScript to avoid silent errors and improve debugging 2019-01-17 19:23:58 +01:00
package.json upgrade Node dependencies, including typescript 2022-01-11 16:19:56 +01:00
tsconfig.json Switch linter to tslint 2019-01-20 22:05:53 +01:00
tslint.json Switch linter to tslint 2019-01-20 22:05:53 +01:00
yarn.lock Bump decode-uri-component from 0.2.0 to 0.2.2 2022-12-03 22:21:29 +00:00

README.md

packages-check-bot

A GitHub App built with Probot that checks changes to packages.json to ensure that URL schemes match intended pattern and that forks are referenced with a tag, instead of a branch.

Setup

# Install dependencies
yarn install

# Run the bot
yarn start

Contributing

If you have suggestions for how packages-check-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://status.im)