Skip to content

Commit 7b3ccc5

Browse files
committed
Group dependabot updates
1 parent 6e46f1d commit 7b3ccc5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Please see the documentation for all configuration options:
2-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
1+
# This configures updates via dependabot only for github actions.
2+
# All updates are grouped into a single PR.
33

44
version: 2
55
updates:
@@ -9,3 +9,9 @@ updates:
99
interval: monthly
1010
assignees:
1111
- "dalito"
12+
groups:
13+
github-actions:
14+
patterns:
15+
- "*"
16+
17+
# Ref: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

0 commit comments

Comments
 (0)