Skip to content

Commit 28c018a

Browse files
authored
chore(deps): Group dependabot updates for GitHub Actions (#366)
1 parent 7273a3f commit 28c018a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ updates:
88
directory: /
99
schedule:
1010
interval: monthly
11+
groups:
12+
actions-deps:
13+
patterns:
14+
- '*'
1115
commit-message:
1216
# Prefix all commit messages with "chore(deps): "
1317
prefix: 'chore(deps): '
@@ -20,7 +24,7 @@ updates:
2024
ignore:
2125
- dependency-name: '*'
2226
update-types:
23-
- version-update:semver-major
27+
- version-update:semver-major
2428
commit-message:
2529
# Prefix all commit messages
2630
prefix: 'chore(deps): '

0 commit comments

Comments
 (0)