Skip to content

Commit

Permalink
Merge pull request #21 from eliashaeussler/task/auto-merge
Browse files Browse the repository at this point in the history
[TASK] Add auto-merge for minor updates raised by Dependabot
  • Loading branch information
eliashaeussler authored Aug 29, 2022
2 parents 3b62270 + af9bf4c commit b4f64d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Dependabot auto-merge
on: [pull_request]

jobs:
dependabot-auto-merge:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.MERGE_TOKEN }}

0 comments on commit b4f64d9

Please sign in to comment.