Files
vue-ts-example-2025/renovate.json
2025-09-09 19:37:20 +08:00

9 lines
232 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5",
":automergeMinor"
],
"postUpdateOptions": ["pnpmDedupe"]
}