Dependabot Helper is an ASP.NET Core application that helps manage Dependabot updates across GitHub multiple repositories.
Dependabot Helper integrates with the GitHub API via OAuth to interact with selected repositories acting as your user account to manage pull requests generated by bots, such as the dependabot bot and the github-actions bot.
For more information, please refer to the documentation.
Warning
Do not commit GitHub OAuth secrets to source control. Configure them with User Secrets instead.
To debug the application locally outside of the integration tests, you will need
to create a GitHub OAuth app to obtain secrets for the GitHub:ClientId
and
GitHub:ClientSecret
options so that the OAuth user authentication works and
you can log into the Dependabot Helper UI. GitHub Enterprise Server is also supported.
Tip
When creating the GitHub OAuth app, use https://localhost:5001/sign-in-github
as the Authorization callback URL.
Compiling the application yourself requires Git and the .NET SDK to be installed.
To build and test the application locally from a terminal/command-line, run the following set of commands:
git clone https://github.com/martincostello/dependabot-helper.git
cd dependabot-helper
./build.ps1
Any feedback or issues can be added to the issues for this project in GitHub.
The repository is hosted in GitHub: https://github.com/martincostello/dependabot-helper.git
This project is licensed under the Apache 2.0 license.