Skip to content

Commit

Permalink
dependabot-auto-merge.yml (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Mar 21, 2023
1 parent 94576bf commit 2a5fd79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-auto-merge.yml
@@ -1,6 +1,6 @@
# A Workflow for messing around in.
# A Workflow for auto-approving and auto-merging dependency update PRs raised by Dependabot

name: "Dependabot: Auto-merge"
name: Dependabot
on:
pull_request:
branches:
Expand All @@ -10,7 +10,7 @@ permissions:
contents: read

jobs:
dependabot:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
permissions:
Expand Down

0 comments on commit 2a5fd79

Please sign in to comment.