Skip to content

chore(devdeps): update dependency @types/node to v18.17.0 #626

chore(devdeps): update dependency @types/node to v18.17.0

chore(devdeps): update dependency @types/node to v18.17.0 #626

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-latest
if: github.actor == 'renovate[bot]' && github.repository == 'scaleway/ultraviolet'
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
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@v2.2.4
- name: Run changesets-renovate
run: pnpm dlx @scaleway/changesets-renovate