Skip to content

Commit 294fbcd

Browse files
authored
Merge branch 'main' into patch-1
2 parents 8de45ac + 2a4b535 commit 294fbcd

File tree

6 files changed

+387
-16
lines changed

6 files changed

+387
-16
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]

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ template: |
1010
1111
See details of [all code changes](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since previous release.
1212
13-
:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the [compatibility table](https://github.com/$OWNER/$REPOSITORY/#compatibilty).
13+
:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the [compatibility table](https://github.com/$OWNER/$REPOSITORY/#compatibility).
1414
categories:
1515
- title: '🚀 Features'
1616
labels:

0 commit comments

Comments
 (0)