mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 07:10:50 +08:00
添加 ignoreTests 配置项以控制测试忽略行为
This commit is contained in:
@ -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" ],
|
||||
|
Reference in New Issue
Block a user