Skip to content

Commit 045fba4

Browse files
authored
Grouped updates for Dependabot
1 parent 16e1f7a commit 045fba4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,23 @@ updates:
44
directory: '/'
55
schedule:
66
interval: 'weekly'
7+
commit-message:
8+
prefix: "chore(deps)"
9+
groups:
10+
dependencies:
11+
applies-to: version-updates
12+
update-types:
13+
- "minor"
14+
- "patch"
715
- package-ecosystem: 'github-actions'
816
directory: '/'
917
schedule:
1018
interval: 'weekly'
19+
commit-message:
20+
prefix: "chore(deps)"
21+
groups:
22+
dependencies:
23+
applies-to: version-updates
24+
update-types:
25+
- "minor"
26+
- "patch"

0 commit comments

Comments
 (0)