mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🔨 chore(ci): better renovate config with group and weekly strategy (#9466)
chore(ci): better revonate config with group and weekly strategy
This commit is contained in:
parent
ea42e60ddb
commit
ef843c2b81
1 changed files with 14 additions and 2 deletions
|
|
@ -1,12 +1,24 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"automerge": false,
|
||||
"dependencyDashboard": true,
|
||||
"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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue