Skip to content

Commit 6b184b5

Browse files
hi-ogawaclaude
andauthored
ci: separate React dependencies in Renovate config (#898)
Co-authored-by: Claude <[email protected]>
1 parent 73be2f0 commit 6b184b5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/renovate.json5

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@
3131
"pinDigests": true,
3232
"matchPackageNames": ["!actions/{/,}**", "!github/{/,}**"],
3333
},
34+
{
35+
"groupName": "react",
36+
"matchPackageNames": [
37+
"react",
38+
"react-dom",
39+
"@types/react",
40+
"@types/react-dom",
41+
"react-is",
42+
"react-refresh",
43+
"react-server-dom-webpack",
44+
"use-sync-external-store",
45+
],
46+
},
3447
],
3548
"ignoreDeps": [
3649
// manually bumping

0 commit comments

Comments
 (0)