mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 01:52:28 +08:00
10 lines
256 B
JSON
10 lines
256 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"schedule": ["before 3am"],
|
|
"labels": ["dependencies", "renovate"],
|
|
"prHourlyLimit": 0,
|
|
"prConcurrentLimit": 0,
|
|
"branchConcurrentLimit": 0
|
|
}
|