Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bgalek/dependabot-automerge

This GitHub Action automatically approves and merges pull requests created by Dependabot. Supports all merge options!
https://github.com/bgalek/dependabot-automerge

actions automerge automerge-dependabot dependabot

Last synced: 4 days ago
JSON representation

This GitHub Action automatically approves and merges pull requests created by Dependabot. Supports all merge options!

Awesome Lists containing this project

README

        

# Dependabot Auto Merge
This GitHub Action automatically approves and merges pull requests created by Dependabot.

> Dependabot will wait until all your status checks pass before merging. This is a function of Dependabot itself, and not this Action.

## Usage

Add permissions

```yaml
permissions:
contents: write
pull-requests: write
id-token: write
```

Use the action

```yaml
steps:
- uses: bgalek/dependabot-automerge@v1
```

Happy hacking!