mirror of
https://github.com/zadam/trilium.git
synced 2025-12-09 20:26:09 +08:00
18 lines
No EOL
402 B
JSON
18 lines
No EOL
402 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", "renovate"],
|
|
"prHourlyLimit": 0,
|
|
"prConcurrentLimit": 0,
|
|
"branchConcurrentLimit": 0
|
|
} |