Skip to content

Commit

Permalink
dependabot: group minor and patch updates
Browse files Browse the repository at this point in the history
This will make dependabot create a single PR with
cargo dependencies instead of creating one PR
per package.
  • Loading branch information
acuteenvy authored Jan 10, 2025
1 parent 08e2dbd commit a92825b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ updates:
directory: "/"
schedule:
interval: "monthly"
group:
deps:
patterns: ["*"]
update-types: ["minor", "patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit a92825b

Please sign in to comment.