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] e6b640878a Update all non-major dependencies (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-16 01:06:01 +08:00

18 lines
608 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"
},
"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"
]
}
}