mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-26 01:12:30 +08:00
32 lines
714 B
JSON
32 lines
714 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,
|
|
"ignorePaths": [
|
|
"**/node_modules/**",
|
|
"apps/edit-docs/demo/**",
|
|
"apps/server/src/assets/doc_notes/**",
|
|
"docs/**"
|
|
],
|
|
"html": {
|
|
"enabled": false
|
|
},
|
|
"bun": {
|
|
"enabled": false
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": "@fsegurai/codemirror-theme-**",
|
|
"groupName": "codemirror themes"
|
|
},
|
|
{
|
|
"matchPackageNames": "**-config-ckeditor5",
|
|
"groupName": "ckeditor5 config packages"
|
|
}
|
|
]
|
|
}
|