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:
@ -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": [
|
||||
|
Reference in New Issue
Block a user