Skip to content

Commit

Permalink
Create automerge_dependabot.yml (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine authored Dec 9, 2024
1 parent dc62de0 commit 0d04cff
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/automerge_dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Automatically mege PRs by Dependabot
on:
push:
branches:
- main
pull_request:

jobs:
build:
runs-on: ubuntu-latest

automerge:
needs: build
runs-on: ubuntu-latest

permissions:
pull-requests: write
contents: write

steps:
- uses: fastify/github-action-merge-dependabot@v3

0 comments on commit 0d04cff

Please sign in to comment.