Skip to content

Commit 462052f

Browse files
authored
Exclude swc in renovate grouping PRs
1 parent 410715d commit 462052f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"@whatwg-node/*",
2424
"graphql-jit",
2525
"husky",
26-
"@types/lz-string"
26+
"@types/lz-string",
27+
"swc*"
2728
],
2829
"matchPackagePatterns": ["*"],
2930
"matchUpdateTypes": ["minor", "patch"],

0 commit comments

Comments
 (0)