Skip to content

chore(devdeps): update dependency @vitejs/plugin-react to v6.0.3 #9143

chore(devdeps): update dependency @vitejs/plugin-react to v6.0.3

chore(devdeps): update dependency @vitejs/plugin-react to v6.0.3 #9143

name: Generate changeset for Renovate
on:
pull_request_target:
paths:
- '.github/workflows/changesets-renovate.yml'
- '**/pnpm-lock.yaml'
- '**/package.json'
jobs:
generate-changeset:
permissions:
contents: write
runs-on: ubuntu-24.04
if: github.actor == 'renovate[bot]' && github.repository == 'scaleway/ultraviolet' && github.event.pull_request.head.repo.full_name == 'scaleway/ultraviolet'
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 10
ref: ${{ github.head_ref }}
- name: Git Identity
run: |
git config --global user.name 'Scaleway Bot'
git config --global user.email 'github@scaleway.com'
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Use Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: .nvmrc
cache: 'pnpm'
- name: Run changesets-renovate
run: pnpm dlx @scaleway/changesets-renovate
env:
EXCLUDE_DEVDEPS: true