Create changeset-dependabot.yml

This commit is contained in:
Adam Matthiesen 2024-02-14 04:04:55 -08:00 committed by GitHub
parent 3705d45a85
commit acbf74ffcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
name: "Dependabot Changesets"
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
changesets:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot Changesets
uses: feelepxyz/dependabot-changesets@v1