0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 01:20:48 +08:00
Files
renovate-example/package.json
2024-10-16 10:03:05 +08:00

19 lines
657 B
JSON

{
"packageManager": "pnpm@9.12.1",
"scripts": {
"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",
"test-regex":"bun --bun test-regex/run.mjs"
},
"devDependencies": {
"renovate": "^38.124.0",
"semantic-release-example-24": "^1.13.1"
},
"renovate": {
"extends": [
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5"
]
}
}