mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 06:50:48 +08:00
更新 default.json5 和工作流配置,优化 packageRules 和验证脚本
This commit is contained in:
10
.github/workflows/检查配置.yaml
vendored
10
.github/workflows/检查配置.yaml
vendored
@ -8,9 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: yanhao98/composite-actions/setup-node-environment@main
|
||||
- name: 检查配置
|
||||
run: |
|
||||
set -ex
|
||||
pnpm renovate-config-validator;
|
||||
pnpm run validator;
|
||||
pnpm run dry-run:npx;
|
||||
- run: pnpm renovate-config-validator
|
||||
- run: pnpm run validator
|
||||
- run: pnpm run validator:strict
|
||||
- run: pnpm run dry-run:npx
|
||||
|
Reference in New Issue
Block a user