Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/bgalek/dependabot-automerge
- Owner: bgalek
- Created: 2025-01-08T00:40:13.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-01-08T00:52:29.000Z (9 days ago)
- Last Synced: 2025-01-08T01:26:54.583Z (9 days ago)
- Topics: actions, automerge, automerge-dependabot, dependabot
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!