Skip to content

Commit

Permalink
Further adjust dependabot.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Feb 10, 2025
1 parent 2c8b482 commit 3f18ea2
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 3f18ea2

Please sign in to comment.