Skip to content

Commit

Permalink
Merge pull request #121 from mauroservienti/dependabot-auto-merge-action
Browse files Browse the repository at this point in the history
Dependabot: auto merge action
  • Loading branch information
mauroservienti authored Dec 14, 2020
2 parents 9351644 + 9694595 commit c00a8fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/auto-merge.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Dependabot Auto Merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DependabotAutoMerge }}

0 comments on commit c00a8fa

Please sign in to comment.