Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit d4be6b1

Browse files
committed
chore(renovate): disable HTML manager
Hopefully to reduce the time it takes for renovate to process the repo.
1 parent d199fc3 commit d4be6b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
"prHourlyLimit": 0,
77
"prConcurrentLimit": 0,
88
"branchConcurrentLimit": 0,
9+
"ignorePaths": [
10+
"**/node_modules/**",
11+
"apps/edit-docs/demo/**",
12+
"apps/server/src/assets/doc_notes/**",
13+
"docs/**"
14+
],
15+
"html": {
16+
"enabled": false
17+
},
918
"packageRules": [
1019
{
1120
"matchPackageNames": "@fsegurai/codemirror-theme-**",

0 commit comments

Comments
 (0)