Skip to content

Commit

Permalink
configure automerge of dependency update PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Sep 11, 2020
1 parent 7f37d23 commit 4b835d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 28 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Auto Merge Dependency Updates

on:
- pull_request
- pull_request_review

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@af6d2a7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
allowed-actors: dependabot[bot]
28 changes: 0 additions & 28 deletions .github/workflows/update-package-lock.yaml

This file was deleted.

0 comments on commit 4b835d4

Please sign in to comment.