Skip to content

chore(deps): update dependency @arethetypeswrong/core to v0.18.5 #6788

chore(deps): update dependency @arethetypeswrong/core to v0.18.5

chore(deps): update dependency @arethetypeswrong/core to v0.18.5 #6788

name: Generate changeset for Renovate
on:
pull_request_target:
# branches:
# - 'renovate/**'
paths:
- '.github/workflows/changesets-renovate.yml'
- '**/pnpm-lock.yaml'
- 'pnpm-workspace.yaml'
- '**/package.json'
jobs:
generate-changeset:
permissions:
contents: write
runs-on: ubuntu-latest
env:
EXCLUDE_DEVDEPS: true
if: github.actor == 'renovate[bot]' && github.repository == 'scaleway/scaleway-lib' && github.event.pull_request.head.repo.full_name == 'scaleway/scaleway-lib'
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
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@2e223e0f0d2b8fd9872cbadb8b7428e5f8b5556d # Temporary fix for https://github.com/pnpm/action-setup/issues/225
- name: Use Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: .nvmrc
cache: 'pnpm'
- run: pnpm install --frozen-lockfile && pnpm build && pnpm install --frozen-lockfile
- name: Run changesets-renovate
run: pnpm exec changesets-renovate