0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 07:10:50 +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" ],