Skip to content

Commit

Permalink
Group GitHub Action Dependabot updates. (#57591)
Browse files Browse the repository at this point in the history
* Group GitHub Action Dependabot updates.

* Apply consistent indentation.

* Create two groups for PRs.
  • Loading branch information
desrosj authored Jan 5, 2024
1 parent f1cce97 commit 4064c95
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,16 @@ updates:
labels:
- 'GitHub Actions'
- '[Type] Build Tooling'
groups:
github-actions:
patterns:
- '*'
exclude-patterns:
- 'actions/setup-java'
- 'gradle/*'
- 'reactivecircus/*'
react-native:
patterns:
- 'actions/setup-java'
- 'gradle/*'
- 'reactivecircus/*'

0 comments on commit 4064c95

Please sign in to comment.