Skip to content

Commit

Permalink
dependabot automated
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottback committed Nov 21, 2021
1 parent 8a01bcb commit b3e0d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-approve-n-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Auto merge
uses: pascalgn/automerge-action@135f0bdb927d9807b5446f7ca9ecc2c51de03c4a
uses: pascalgn/automerge-action@v0.14.3
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
MERGE_LABELS: dependencies
MERGE_LABELS: ""
MERGE_METHOD: rebase

0 comments on commit b3e0d8d

Please sign in to comment.