Skip to content

Commit 003de2d

Browse files
chore(deps): do not group stencil with output targets (#30711)
Co-authored-by: Brandy Smith <[email protected]>
1 parent 7bb9535 commit 003de2d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

renovate.json5

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,19 @@
88
groupName: "Download + Upload Artifacts"
99
},
1010
{
11-
matchPackagePatterns: ["@stencil/core", "@stencil/angular-output-target", "@stencil/react-output-target", "@stencil/sass", "@stencil/vue-output-target"],
11+
matchPackagePatterns: ["@stencil/core", "@stencil/sass"],
1212
groupName: "stencil",
1313
matchFileNames: [
1414
"core/package.json"
1515
]
1616
},
17+
{
18+
matchPackagePatterns: ["@stencil/angular-output-target", "@stencil/react-output-target", "@stencil/vue-output-target"],
19+
groupName: "stencil-output-targets",
20+
matchFileNames: [
21+
"core/package.json"
22+
]
23+
},
1724
// TODO(ROU-11172): unpin React output target version
1825
{
1926
matchPackageNames: ["@stencil/react-output-target"],

0 commit comments

Comments
 (0)