mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 14:49:01 +02:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
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"
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"@ckeditor/**",
|
|
"ckeditor5",
|
|
"ckeditor5-premium-features"
|
|
],
|
|
"groupName": "ckeditor monorepo"
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"@sveltejs/**",
|
|
"svelte",
|
|
"svelte-check",
|
|
"eslint-plugin-svelte"
|
|
],
|
|
"groupName": "svelte monorepo"
|
|
}
|
|
]
|
|
} |