Skip to content

Commit

Permalink
Allow grouping of minor and patch changes in DependaBot
Browse files Browse the repository at this point in the history
  • Loading branch information
idsvandermolen committed Sep 20, 2024
1 parent 18e0b4f commit 2743432
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
minor_and_patch:
update-types:
- minor
- patch
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 2743432

Please sign in to comment.