mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🔨 chore: reconfigure renovate to group patch updates (#10008)
chore: reconfigure renovate to group patch updates
This commit is contained in:
parent
20666db14f
commit
cb8c606d06
1 changed files with 20 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"automerge": false,
|
||||
"dependencyDashboard": true,
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":dependencyDashboard",
|
||||
|
|
@ -9,13 +11,28 @@
|
|||
":semanticPrefixFixDepsChoreOthers",
|
||||
"group:monorepos",
|
||||
"group:recommended",
|
||||
"group:allNonMajor",
|
||||
"replacements:all",
|
||||
"workarounds:all"
|
||||
],
|
||||
"ignoreDeps": [],
|
||||
"labels": ["dependencies"],
|
||||
"postUpdateOptions": ["yarnDedupeHighest"],
|
||||
"labels": [
|
||||
"dependencies"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "all non-minor dependencies",
|
||||
"groupSlug": "all-minor-patch",
|
||||
"matchPackageNames": [
|
||||
"*"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"patch"
|
||||
]
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"yarnDedupeHighest"
|
||||
],
|
||||
"prConcurrentLimit": 30,
|
||||
"prHourlyLimit": 0,
|
||||
"rangeStrategy": "bump",
|
||||
|
|
|
|||
Loading…
Reference in a new issue