Skip to content

Commit b4a4358

Browse files
authored
remove react from group (#488)
1 parent ec98574 commit b4a4358

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
"npm"
2727
],
2828
"excludePackagePatterns": [
29-
"^@grafana/"
29+
"^@grafana/",
30+
"^react$",
31+
"^react-dom$",
32+
"^@types/react$",
33+
"^@types/react-dom$"
3034
],
3135
"groupName": "npm dependencies",
3236
"description": "Group all other npm dependencies"

0 commit comments

Comments
 (0)