{ "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" ] } }