0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 05:30:48 +08:00
Files
renovate-example/package.json
renovate[bot] 6d4002df27 Update dependency renovate to ^39.115.2 (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-31 21:07:05 +00:00

20 lines
729 B
JSON

{
"packageManager": "pnpm@9.15.4",
"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": "^39.115.2",
"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"
]
}
}