chore(renovate): disable HTML manager

Hopefully to reduce the time it takes for renovate to process the repo.
This commit is contained in:
Elian Doran 2025-06-15 12:49:08 +03:00
parent d199fc322e
commit d4be6b1de0
No known key found for this signature in database

View File

@ -6,6 +6,15 @@
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0,
"ignorePaths": [
"**/node_modules/**",
"apps/edit-docs/demo/**",
"apps/server/src/assets/doc_notes/**",
"docs/**"
],
"html": {
"enabled": false
},
"packageRules": [
{
"matchPackageNames": "@fsegurai/codemirror-theme-**",