Skip to content

fix: dependabot changeset gh actions #15

fix: dependabot changeset gh actions

fix: dependabot changeset gh actions #15

name: Dependabot Changeset
on:
pull_request_target:
types: [opened, synchronize, labeled]
jobs:
renovate:
name: Update Dependabot PR
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Update PR
uses: mscharley/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
use-conventional-commits: true
author-name: GitHub Action
author-email: [email protected]