Skip to content

Commit

Permalink
ci: group all dependencies for dependabot to reduce number of concurr…
Browse files Browse the repository at this point in the history
…ent tests
  • Loading branch information
fgebhart committed Mar 10, 2025
1 parent 07087b5 commit bf5f5e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
all-dependencies:
patterns:
- "*" # group all dependencies into a single update PR

0 comments on commit bf5f5e5

Please sign in to comment.