diff --git a/.github/renovate.json b/.github/renovate.json index f44db0c0..eb429f1c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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"] }, { @@ -61,6 +55,15 @@ { "matchPackageNames": ["node"], "allowedVersions": "<21.0.0" + }, + { + "matchPackageNames": [ + "@types/react", + "@types/react-dom", + "react", + "react-dom" + ], + "allowedVersions": "<19.0.0" } ] } diff --git a/.prettierignore b/.prettierignore index e9d82d05..044fd06d 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,6 +6,3 @@ api-report.api.md # Ignore the helm chart charts/ - -# Ignore the renovate.json file -renovate.json \ No newline at end of file