From 954d65050d7218013533272374f6113e0dfc431b Mon Sep 17 00:00:00 2001 From: Uruk Date: Sat, 30 Aug 2025 03:22:28 +0200 Subject: [PATCH] chore: remove outdated package rules for Expo, React Native, and build tools --- .github/renovate.json | 17 ----------------- 1 file changed, 17 deletions(-) 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"],