/pay-dependabot-stats

A dashboard that displays statistics regarding the current open dependabot pull requests on GOV.UK Pay

Primary LanguageTypeScript

pay-dependabot-stats

A dashboard that shows stats regarding the current dependabot PRs for GOV.UK Pay

How to run

Create a github OAuth key, and place it in a file named Secret.ts like so:

const apiKey: string = "YOUR_GITHUB_OAUTH_KEY";

export default apiKey;

Then run yarn run start.