mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 04:30:48 +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" ],
|
||||
|
@ -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
3945
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user