Skip to content

Commit 4c407e5

Browse files
authored
Update Dependabot config to group non-breaking changes
1 parent f8c0ea1 commit 4c407e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
non-breaking-changes:
9+
update-types: [minor, patch]
710

811
- package-ecosystem: "github-actions"
912
directory: "/"
1013
schedule:
1114
interval: "weekly"
15+
groups:
16+
non-breaking-changes:
17+
update-types: [minor, patch]

0 commit comments

Comments
 (0)