0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 21:30:48 +08:00

更新 GitHub Actions 工作流,优化调试命令并更新依赖项版本

This commit is contained in:
严浩
2024-10-11 16:12:48 +08:00
parent 2c495545f0
commit ebf2676bdb
3 changed files with 11 additions and 12 deletions

View File

@ -3,11 +3,11 @@
"scripts": {
"validator": "renovate-config-validator ./default.json5 --strict",
"validator:npx": "npx --yes --package renovate -- renovate-config-validator --strict",
"dry-run": "LOG_LEVEL=debug renovate --token= --platform=local --dry-run=full"
"dry-run:npx": "LOG_LEVEL=debug npx renovate --token= --platform=local --dry-run=full"
},
"devDependencies": {
"renovate": "^38.98.0",
"@murielmay67-1/semantic-release-example": "^1.0.0"
"semantic-release-example-24": "^1.0.0"
},
"renovate": {
"extends": [