Skip to content

Commit

Permalink
fix: dependabot changeset gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode committed Jul 3, 2024
1 parent 200fad2 commit 5659417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

jobs:
renovate:
name: Update Renovate PR
name: Update Dependabot PR
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
if: ${{ github.actor == 'dependabot[bot]' }}

steps:
- name: Update PR
Expand Down

0 comments on commit 5659417

Please sign in to comment.