fix(deps): update dependency happy-dom to v15.10.8 #3105
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: Generate changeset for Renovate | |
on: | |
merge_group: | |
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/scaleway-lib' | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 2 | |
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: Run changesets-renovate | |
run: pnpm dlx @scaleway/changesets-renovate |