Skip to content

Commit 5ec724b

Browse files
committed
ci(renovate): don't automerge typedoc updates
1 parent ddd635e commit 5ec724b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@
2424
"matchDatasources": ["npm"],
2525
"stabilityDays": 3
2626
},
27+
{ // Prevent automerge for typedoc updates
28+
"matchPackagePatterns": ["typedoc"],
29+
"automerge": false
30+
},
2731
]
2832
}

0 commit comments

Comments
 (0)