Skip to content

Commit

Permalink
Merge pull request #715 from chainbound/patch
Browse files Browse the repository at this point in the history
chore(deps): group major, minor, patch
  • Loading branch information
merklefruit authored Jan 22, 2025
2 parents d859b5b + 4ecb95d commit d58b9ef
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ updates:
day: "monday"
time: "07:00"
groups:
sidecar-breaking:
sidecar-major:
patterns:
- "*"
update-types:
- "major"
sidecar-non-breaking:
sidecar-minor:
patterns:
- "*"
update-types:
- "minor"
sidecar-patch:
patterns:
- "*"
update-types:
- "patch"

- package-ecosystem: "cargo"
Expand All @@ -35,16 +39,20 @@ updates:
day: "monday"
time: "07:00"
groups:
cli-breaking:
cli-major:
patterns:
- "*"
update-types:
- "major"
cli-non-breaking:
cli-minor:
patterns:
- "*"
update-types:
- "minor"
cli-patch:
patterns:
- "*"
update-types:
- "patch"

- package-ecosystem: "cargo"
Expand All @@ -56,14 +64,18 @@ updates:
day: "monday"
time: "07:00"
groups:
boost-breaking:
boost-major:
patterns:
- "*"
update-types:
- "major"
boost-non-breaking:
boost-minor:
patterns:
- "*"
update-types:
- "minor"
boost-patch:
patterns:
- "*"
update-types:
- "patch"

0 comments on commit d58b9ef

Please sign in to comment.