Giter Club home page Giter Club logo

dependabot-auto-merger's Introduction

dependabot-auto-merger

A GitHub App built with Probot that Bot to merge dependabot PR's based on a simple config file.

Codacy Badge

This bot is hosted on vercel!

Deploy with Vercel

Setup

# Install dependencies
npm install

# Run the bot
npm start

# Run the dev version of bot
npm run dev

Docker

# 1. Build container
docker build -t dependabot-auto-merger .

# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> dependabot-auto-merger

Config file

The bot works even without a config file but creating one will help ypu customise the beviour of bot.

Make a 'dependabot-auto-merger.yml' file in your .github folder of repository for more customised options.

Default config file:

version: 1
auto_merge_settings:
    merge_level: minor
    merge_strategy: squash
    skip_ci: false
    delete_branch: true
    commit_title: Auto-merge dependabot PR
    commit_message: Auto-merge dependabot PR by @dependabot-auto-merge
    skip_check_runs: false

Contributing

If you have suggestions for how dependabot-auto-merger 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 ยฉ 2022 Divide Projects

Sponsor

dependabot-auto-merger's People

Contributors

dependabot[bot] avatar divkix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

rsoorajs dev-yoko

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.