Skip to content

Commit 25b8009

Browse files
authored
Merge pull request #307 from actions/dependabot-grouping
Update Dependabot config to group non-breaking changes
2 parents 87c3283 + ace8577 commit 25b8009

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.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: 'npm'
912
directory: '/'
1013
schedule:
1114
interval: 'weekly'
15+
groups:
16+
non-breaking-changes:
17+
update-types: [minor, patch]

0 commit comments

Comments
 (0)