Skip to content

Commit

Permalink
Enable auto merge for dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsud authored Oct 27, 2023
1 parent 33d257f commit 278ce24
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Dependabot
on: pull_request

permissions:
pull-requests: write
contents: write

jobs:
Auto-merge:
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
target: minor
use-github-auto-merge: true

0 comments on commit 278ce24

Please sign in to comment.