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

更新 default.json5 和工作流配置,优化 packageRules 和验证脚本

This commit is contained in:
严浩
2024-10-14 12:26:28 +08:00
parent d4f1aba7b2
commit b48d9056a6
4 changed files with 899 additions and 892 deletions

View File

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