0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2026-02-04 16:50:34 +08:00

Update renovate package to latest version in workflow

This commit is contained in:
严浩
2025-12-10 23:51:07 +08:00
committed by GitHub
parent ba224d5483
commit 4d62a0f91f

View File

@@ -12,15 +12,15 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: npx --yes --package renovate renovate-config-validator - run: npx --yes --package renovate@latest renovate-config-validator
if: always() if: always()
- run: npx --yes --package renovate renovate-config-validator ./default.json5 - run: npx --yes --package renovate@latest renovate-config-validator ./default.json5
if: always() if: always()
- run: npx --yes --package renovate -- renovate-config-validator ./default.json5 --strict - run: npx --yes --package renovate@latest -- renovate-config-validator ./default.json5 --strict
if: always() if: always()
- run: npx renovate --platform=local - run: npx --package renovate@latest renovate --platform=local
if: always() if: always()
- run: npx renovate --platform=local --dry-run=full - run: npx --package renovate@latest renovate --platform=local --dry-run=full
if: always() if: always()
env: env:
LOG_LEVEL: debug LOG_LEVEL: debug