Skip to content

Commit

Permalink
Remove react-native dependabot group. (WordPress#69118)
Browse files Browse the repository at this point in the history
Mobile development is effectively on hold. The two related GitHub Action workflows have been disabled (WordPress#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 WordPress#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 <[email protected]>
Co-authored-by: dcalhoun <[email protected]>
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
4 people authored Feb 10, 2025
1 parent 1a0b2fc commit 2c8b482
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@ updates:
- 'actions/setup-java'
- 'gradle/*'
- 'reactivecircus/*'
react-native:
patterns:
- 'actions/setup-java'
- 'gradle/*'
- 'reactivecircus/*'
- 'ruby/setup-ruby'

0 comments on commit 2c8b482

Please sign in to comment.