Skip to content

Commit 2432d42

Browse files
committed
chore: update prettier in a separate PR
The output of prettier might be different between minor versions, for example, https://prettier.io/blog/2024/01/12/3.2.0.html#other-changes In that case, the PR's formatting check would fail. So we need to separate it from other non-major version updates.
1 parent d3160e8 commit 2432d42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
matchPackageNames: ["vite"],
1515
matchPackagePrefixes: ["rollup", "@rollup", "@vitejs"],
1616
},
17+
{
18+
groupName: "prettier",
19+
matchPackageNames: ["prettier"],
20+
},
1721
],
1822
"ignoreDeps": [
1923
// manually bumping

0 commit comments

Comments
 (0)