From 2c8b4824f746e8ec72b24591867cc820e623252e Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers <359867+desrosj@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:58:06 -0500 Subject: [PATCH] Remove `react-native` dependabot group. (#69118) Mobile development is effectively on hold. The two related GitHub Action workflows have been disabled (#67799) because the MacOS 12 runner is now unsupported by GitHub and work is required to make the workflows compatible with newer runner images (see #67595). This removes the `react-native` dependabot group to avoid pull requests from being opened for 3rd party actions that are only used in these workflows since the updates cannot be properly tested. Co-authored-by: desrosj Co-authored-by: dcalhoun Co-authored-by: t-hamano --- .github/dependabot.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76d1e45e3c6ce8..3118fd10009512 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,8 +19,4 @@ updates: - 'actions/setup-java' - 'gradle/*' - 'reactivecircus/*' - react-native: - patterns: - - 'actions/setup-java' - - 'gradle/*' - - 'reactivecircus/*' + - 'ruby/setup-ruby'