fix(renovate): optimize configuration and update package rules (#683)

* fix(renovate): optimize configuration and update package rules

* chore(ci): update pnpm version to latest in CI pipeline configuration

* chore(ci): remove version specification for pnpm in CI pipeline configuration
This commit is contained in:
Shintaro Jokagi
2025-06-18 18:20:15 +12:00
committed by GitHub
parent c65294b834
commit 58af542675
3 changed files with 5 additions and 12 deletions

View File

@@ -58,7 +58,6 @@ jobs:
if: steps.check-node-modules-cache.outputs.cache-hit != 'true'
uses: pnpm/action-setup@v4
with:
version: 10.11.0
run_install: false
- name: Install dependencies
@@ -119,7 +118,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.11.0
run_install: false
- name: Run ${{ matrix.name }}
@@ -159,7 +157,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.11.0
run_install: false
- name: Cache Playwright Browsers