Skip to content

Commit 4825f57

Browse files
authored
Merge branch 'main' into fix/typo
2 parents 22931f5 + fa29843 commit 4825f57

File tree

5 files changed

+346
-12
lines changed

5 files changed

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

0 commit comments

Comments
 (0)