mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
26 lines
646 B
JSON
26 lines
646 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":dependencyDashboard",
|
|
"schedule:weekly",
|
|
":prHourlyLimitNone",
|
|
":prConcurrentLimitNone",
|
|
":semanticPrefixFixDepsChoreOthers",
|
|
"group:monorepos",
|
|
"group:recommended",
|
|
"group:allNonMajor",
|
|
"replacements:all",
|
|
"workarounds:all"
|
|
],
|
|
"ignoreDeps": [],
|
|
"labels": ["dependencies"],
|
|
"postUpdateOptions": ["yarnDedupeHighest"],
|
|
"prConcurrentLimit": 30,
|
|
"prHourlyLimit": 0,
|
|
"rangeStrategy": "bump",
|
|
"rebaseWhen": "conflicted",
|
|
"schedule": "on sunday before 6:00am",
|
|
"timezone": "UTC"
|
|
}
|