Skip to content

Commit

Permalink
feat: auto update dependencies with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed Jun 10, 2020
1 parent 230c8ab commit e28ccf4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-approve-dependabot.yaml
@@ -0,0 +1,13 @@
name: Auto approve

on:
pull_request

jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit e28ccf4

Please sign in to comment.