This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
Bump the dev-dependencies group across 1 directory with 13 updates #154
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Changesets: Build Changesets for Dependabot" | |
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 |