mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 05:30:48 +08:00
26 lines
794 B
JSON
26 lines
794 B
JSON
{
|
|
"packageManager": "pnpm@10.0.0",
|
|
"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 --platform=local --dry-run=full",
|
|
"test-regex": "bun --bun test-regex/run.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"renovate": "^40.0.6",
|
|
"semantic-release-example-24": "^1.15.0",
|
|
"vue-memoize-dict": "https://pkg.pr.new/yanhao98/vue-memoize-dict@77d83e6"
|
|
},
|
|
"renovate": {
|
|
"extends": [
|
|
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5"
|
|
]
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"re2"
|
|
]
|
|
}
|
|
}
|