Skip to content

Commit c812904

Browse files
committed
chore: ignore js-beautify updates in renovate
Until #1834 is resolved, we exclude js-beautify from renovate updates.
1 parent 13c5e39 commit c812904

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/renovate.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"prConcurrentLimit": 1,
66
// auto-merge if build is OK
77
"automerge": true,
8+
// ignore js-beautify updates until https://github.com/vuejs/test-utils/pull/1834 is resolved
9+
"ignoreDeps": ["js-beautify"],
810
"packageRules": [
911
// group vitest packages update
1012
{

0 commit comments

Comments
 (0)