Skip to content

fix(deps): update dependency zod to v4 #10

fix(deps): update dependency zod to v4

fix(deps): update dependency zod to v4 #10

name: Changesets Renovate
on:
merge_group:
pull_request_target:
paths:
- '**/package.json'
- '**/pnpm-lock.yaml'
- '.github/**/*.yaml'
permissions:
contents: write
jobs:
changesets-renovate:
if: ${{ github.actor == 'renovate[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 2
ref: ${{ github.head_ref }}
- name: Setup
uses: ./.github/actions/setup
- name: Generate Changeset for Renovate
run: SKIP_COMMIT=TRUE pnpx @scaleway/changesets-renovate
- name: Commit and Push Changeset
uses: EndBug/add-and-commit@v9.1.4
with:
add: '.changeset/**'
default_author: 'github_actions'
message: 'chore: update changeset for renovate'
github_token: ${{ secrets.GITHUB_TOKEN }}