mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
16 lines
392 B
JSON
16 lines
392 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,
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": "@fsegurai/codemirror-theme-**",
|
|
"groupName": "codemirror themes"
|
|
}
|
|
]
|
|
}
|