mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-09-18 10:27:02 +08:00
chore: 移除 internalChecksFilter 配置项
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
|
||||
"ignoreTests": false,
|
||||
"vulnerabilityAlerts": { "enabled": true, "labels": ["security"], "automerge": false, "schedule": "at any time" },
|
||||
// "internalChecksFilter": "none", // https://docs.renovatebot.com/configuration-options/#internalchecksfilter
|
||||
// "platformAutomerge": false, // https://docs.renovatebot.com/configuration-options/#platformautomerge
|
||||
"labels": [ "dependencies" ],
|
||||
"dependencyDashboard": false,
|
||||
"forkProcessing": "enabled",
|
||||
"rangeStrategy": "auto",
|
||||
"internalChecksFilter": "none", // https://docs.renovatebot.com/configuration-options/#internalchecksfilter
|
||||
"packageRules": [
|
||||
{ "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] },
|
||||
|
||||
|
Reference in New Issue
Block a user