Skip to content

Commit

Permalink
chore: group all dependabot upgrades (#2976)
Browse files Browse the repository at this point in the history
* chore: group all dependabot package upgrades

* chore: incorrect key for grouping

* chore: dependabot patch groups

* chore: further grouping

---------

Co-authored-by: Sérgio Torres <[email protected]>
Co-authored-by: Daniel Bate <[email protected]>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent 4d456de commit babbfdf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ updates:
- "chore"
commit-message:
prefix: "build(deps):"
prefix-development: "build(deps-dev):"
versioning-strategy: "increase"
groups:
dev-deps:
dependency-type: "development"
deps:
applies-to: "version-updates"
update-types:
- "major"
- "minor"
- "patch"
deps:
dependency-type: "production"
deps-patch:
applies-to: "version-updates"
update-types:
- "patch"
Expand Down

0 comments on commit babbfdf

Please sign in to comment.