build: 添加 Renovate 配置文件

This commit is contained in:
严浩
2025-09-09 19:37:20 +08:00
parent 8cb4369276
commit 6e4858b498

8
renovate.json Normal file
View File

@@ -0,0 +1,8 @@
{
"$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"]
}