Skip to content

tonybaloney/dependabot-bot

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

depend-a-lot-bot

A bot for GitHub that automatically merges PRs from dependabot when they meet certain criteria:

  • All the checks are passing
  • The package is on a safe-list

screenshot

Installation

Go to github.com/apps/depend-a-lot-bot to install.

Configuration

In your repository, create a file .github/dependabot-bot.yml after installing the dependabot-bot application.

The safe property should be a list of packages allowed to be merged automatically.

safe:
 - package-1
 - package-2 

About

This bot is powered by Python Serverless technologies on Azure Functions.

The bot was written by Anthony Shaw and the source code is available at github.com/tonybaloney/dependabot-bot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages