Skip to content

Commit

Permalink
chore(github): improve dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Aug 24, 2024
1 parent 3039ea5 commit 5c86840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-auto.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Dependabot PR Approve and Merge
on: pull_request_target
permissions:
pull-requests: write
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
- name: Dependabot Metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v2.2.0
uses: dependabot/fetch-metadata@v1.1.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve a PR
Expand Down

0 comments on commit 5c86840

Please sign in to comment.