Skip to content

Commit 679b54a

Browse files
authored
chore: ignore react by renovate in compiler-react-18 playground (#457)
1 parent bd1a1ad commit 679b54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"enabled": false,
1111
},
1212
{
13-
"matchFileNames": ["**/react-18/**"],
13+
"matchFileNames": ["**/react-18/**", "**/compiler-react-18/**"],
1414
"ignoreDeps": ["react", "react-dom", "@types/react", "@types/react-dom"],
1515
},
1616
{

0 commit comments

Comments
 (0)