We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c5e39 commit 090be2dCopy full SHA for 090be2d
.github/renovate.json5
@@ -5,6 +5,8 @@
5
"prConcurrentLimit": 1,
6
// auto-merge if build is OK
7
"automerge": true,
8
+ // ignore js-beautify updates until https://github.com/vuejs/test-utils/pull/1834 is resolved
9
+ "ignoreDeps": ["js-beautify"],
10
"packageRules": [
11
// group vitest packages update
12
{
0 commit comments