Skip to content

Commit

Permalink
Limit Renovate React updates to version 18
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Weimann <[email protected]>
  • Loading branch information
weeman1337 committed Dec 10, 2024
1 parent 4b3bf54 commit 57db29f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
19 changes: 11 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,12 @@
},
{
"groupName": "material-ui",
"matchPackageNames": [
"@emotion/*",
"@mui/*"
],
"matchPackageNames": ["@emotion/*", "@mui/*"],
"labels": ["Material-UI"]
},
{
"groupName": "i18next",
"matchPackageNames": [
"i18next",
"react-i18next"
],
"matchPackageNames": ["i18next", "react-i18next"],
"labels": ["i18next"]
},
{
Expand All @@ -61,6 +55,15 @@
{
"matchPackageNames": ["node"],
"allowedVersions": "<21.0.0"
},
{
"matchPackageNames": [
"@types/react",
"@types/react-dom",
"react",
"react-dom"
],
"allowedVersions": "<19.0.0"
}
]
}
3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ api-report.api.md

# Ignore the helm chart
charts/

# Ignore the renovate.json file
renovate.json

0 comments on commit 57db29f

Please sign in to comment.