0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 04:10:49 +08:00

添加 ignoreTests 配置项以控制测试忽略行为

This commit is contained in:
严浩
2025-07-02 10:06:38 +08:00
parent c52a194f24
commit 56b9b682d0
3 changed files with 2075 additions and 1873 deletions

View File

@ -16,6 +16,7 @@
":prConcurrentLimitNone", // 取消并发 PR 限制
":semanticCommitTypeAll(chore)" // 统一使用 chore 作为 commit 类型
],
"ignoreTests": false,
"vulnerabilityAlerts": { "enabled": true, "labels": ["security"], "automerge": false, "schedule": "at any time" },
"platformAutomerge": true, // https://docs.renovatebot.com/configuration-options/#platformautomerge
"labels": [ "dependencies" ],

View File

@ -8,7 +8,7 @@
"test-regex": "bun --bun test-regex/run.mjs"
},
"devDependencies": {
"renovate": "^40.11.7",
"renovate": "^40.62.1",
"semantic-release-example-24": "^1.15.0",
"vue-memoize-dict": "https://pkg.pr.new/yanhao98/vue-memoize-dict@77d83e6"
},

3945
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff