mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
20 lines
502 B
JSON
20 lines
502 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"
|
|
},
|
|
{
|
|
"matchPackageNames": "**-config-ckeditor5",
|
|
"groupName": "ckeditor5 config packages"
|
|
}
|
|
]
|
|
}
|