Skip to content

Commit

Permalink
Merge pull request #700 from chainbound/lore/chore/dependabot-groups
Browse files Browse the repository at this point in the history
chore: group dependency updates in one PR
  • Loading branch information
mempirate authored Jan 17, 2025
2 parents 28d8b2e + 69beea6 commit 4fc55e0
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 4fc55e0

Please sign in to comment.