Skip to content

Commit

Permalink
Merge pull request #166 from kdarkhan/dependabot-group
Browse files Browse the repository at this point in the history
Make dependabot grouping work on all update types
  • Loading branch information
kdarkhan authored Feb 6, 2024
2 parents d76153d + 9509ec3 commit 7e3e5c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ updates:
directory: /
schedule:
interval: weekly
groups:
minor:
update-types:
- minor
patch:
update-types:
- patch

- package-ecosystem: cargo
directory: /
schedule:
interval: weekly

groups:
minor:
update-types:
Expand Down

0 comments on commit 7e3e5c6

Please sign in to comment.