Skip to content

Commit

Permalink
Further adjust dependabot. (WordPress#69122)
Browse files Browse the repository at this point in the history
Co-authored-by: desrosj <[email protected]>
  • Loading branch information
desrosj and desrosj authored Feb 10, 2025
1 parent 2c8b482 commit c8cf3b9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ updates:
labels:
- 'GitHub Actions'
- '[Type] Build Tooling'
ignore:
- dependency-name: 'actions/setup-java'
versions: ['*']
- dependency-name: 'gradle/*'
versions: ['*']
- dependency-name: 'reactivecircus/*'
versions: ['*']
- dependency-name: 'ruby/setup-ruby'
versions: ['*']
groups:
github-actions:
patterns:
- '*'
exclude-patterns:
- 'actions/setup-java'
- 'gradle/*'
- 'reactivecircus/*'
- 'ruby/setup-ruby'

0 comments on commit c8cf3b9

Please sign in to comment.