Skip to content

Commit

Permalink
Merge pull request #3450 from ruby/dependabot-group
Browse files Browse the repository at this point in the history
Group dependabot updates in fewer PRs to minimize noise
  • Loading branch information
kddnewton authored Feb 1, 2025
2 parents a46edfd + a837060 commit 9ea85c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
groups:
single-pr:
patterns:
- "*"
- package-ecosystem: 'maven'
directory: '/java-wasm'
schedule:
interval: 'weekly'
groups:
single-pr:
patterns:
- "*"
- package-ecosystem: 'bundler'
directories:
- '/gemfiles/2.7'
Expand All @@ -22,3 +30,7 @@ updates:
- '/gemfiles/typecheck'
schedule:
interval: 'weekly'
groups:
single-pr:
patterns:
- "*"

0 comments on commit 9ea85c8

Please sign in to comment.