Skip to content

Commit

Permalink
chore: group dependency updates in one PR
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Jan 17, 2025
1 parent 28d8b2e commit 69beea6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: 2
updates:
- package-ecosystem: "cargo"
directories:
directories:
- "./bolt-sidecar"
- "./bolt-cli"
- "./bolt-boost"
Expand All @@ -16,3 +16,8 @@ updates:
interval: "weekly"
day: "monday"
time: "07:00"
# Group all dependencies into a single pull request
groups:
all-dependencies:
patterns:
- "*"

0 comments on commit 69beea6

Please sign in to comment.