mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 01:52:28 +08:00
18 lines
390 B
JSON
18 lines
390 B
JSON
![]() |
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": [
|
||
|
"config:base"
|
||
|
],
|
||
|
"schedule": ["before 3am"],
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"matchUpdateTypes": ["minor", "patch"],
|
||
|
"matchCurrentVersion": "!/^0/",
|
||
|
"automerge": false
|
||
|
}
|
||
|
],
|
||
|
"labels": ["dependencies"],
|
||
|
"prHourlyLimit": 0,
|
||
|
"prConcurrentLimit": 0,
|
||
|
"branchConcurrentLimit": 0
|
||
|
}
|