fix(config): 🐛 修改renovate bot的配置
This commit is contained in:
5
.gitattributes
vendored
5
.gitattributes
vendored
@@ -1,3 +1,8 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto eol=lf
|
||||
"*.rs" eol=lf
|
||||
"Cargo.toml" eol=lf
|
||||
"Cargo.lock" eol=lf
|
||||
"*.vue" eol=lf
|
||||
"*.js" eol=lf
|
||||
"*.ts" eol=lf
|
||||
|
||||
@@ -1,6 +1,23 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
"automerge": false,
|
||||
"dependencyDashboard": true,
|
||||
"ignoreDeps": [],
|
||||
"labels": ["dependencies"],
|
||||
"postUpdateOptions": ["yarnDedupeHighest"],
|
||||
"prConcurrentLimit": 30,
|
||||
"prHourlyLimit": 4,
|
||||
"rebaseWhen": "conflicted",
|
||||
"schedule": "on monday at 9:00am",
|
||||
"timezone": "Asia/Shanghai",
|
||||
"vulnerabilityAlerts": {
|
||||
"labels": ["security"],
|
||||
"automerge": true
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
}
|
||||
],
|
||||
"updateInternalDeps": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user