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