Skip to content

chore(devdeps): update dependency @scaleway/eslint-config-react to v5 #3955

chore(devdeps): update dependency @scaleway/eslint-config-react to v5

chore(devdeps): update dependency @scaleway/eslint-config-react to v5 #3955

name: Generate changeset for Renovate
on:
pull_request_target:
paths:
- ".github/workflows/changesets-renovate.yml"
- "**/pnpm-lock.yaml"
- "**/package.json"
jobs:
generate-changeset:
runs-on: ubuntu-24.04
if: github.actor == 'renovate[bot]' && github.repository == 'scaleway/ultraviolet'
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 10
ref: ${{ github.head_ref }}
- name: Git Identity
run: |
git config --global user.name 'Scaleway Bot'
git config --global user.email '[email protected]'
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: 22
cache: "pnpm"
- name: Run changesets-renovate
run: pnpm dlx @scaleway/changesets-renovate