Skip to content

Commit

Permalink
chore: automerge dependabot prs
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 24, 2022
1 parent 8b3881f commit 9c90644
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: auto-merge

on:
pull_request_target:
branches:
- main

jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v2.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
command: "squash and merge"
target: minor

0 comments on commit 9c90644

Please sign in to comment.