diff --git a/.github/renovate.json b/.github/renovate.json index 1c5f22c0..e42b97c2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -56,23 +56,6 @@ "matchUpdateTypes": ["lockFileMaintenance"], "dependencyDashboardApproval": true }, - { - "description": "Add specific labels for Expo and React Native dependencies", - "matchPackagePatterns": ["expo", "react-native"], - "addLabels": ["expo", "react-native"] - }, - { - "description": "Group React and React-related packages", - "matchPackagePatterns": ["react", "react-native", "@types/react"], - "groupName": "React ecosystem", - "groupSlug": "react-ecosystem" - }, - { - "description": "Group build and development tools", - "matchPackagePatterns": ["@babel/*", "husky", "lint-staged", "cross-env"], - "groupName": "Build tools", - "groupSlug": "build-tools" - }, { "description": "Handle major updates more carefully", "matchUpdateTypes": ["major"],