chore(deps): update dependency react to v19 #204
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: Add changeset to Renovate updates | |
on: | |
pull_request_target: | |
types: [opened, synchronize, labeled] | |
jobs: | |
renovate: | |
name: Update Renovate PR | |
runs-on: ubuntu-latest | |
if: contains(github.event.pull_request.labels.*.name, 'deps') | |
steps: | |
- name: Update PR | |
uses: mscharley/dependency-changesets-action@v1.1.1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
use-conventional-commits: true | |
author-name: Renovate Changesets | |
author-email: github+renovate@kringlen.no |