mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(renovate): disable HTML manager
Hopefully to reduce the time it takes for renovate to process the repo.
This commit is contained in:
parent
d199fc322e
commit
d4be6b1de0
@ -6,6 +6,15 @@
|
|||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
"prConcurrentLimit": 0,
|
"prConcurrentLimit": 0,
|
||||||
"branchConcurrentLimit": 0,
|
"branchConcurrentLimit": 0,
|
||||||
|
"ignorePaths": [
|
||||||
|
"**/node_modules/**",
|
||||||
|
"apps/edit-docs/demo/**",
|
||||||
|
"apps/server/src/assets/doc_notes/**",
|
||||||
|
"docs/**"
|
||||||
|
],
|
||||||
|
"html": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackageNames": "@fsegurai/codemirror-theme-**",
|
"matchPackageNames": "@fsegurai/codemirror-theme-**",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user