Skip to content

Commit f57f939

Browse files
authored
ci: Group Dependabot GitHub Actions PRs (#287)
1 parent 974a111 commit f57f939

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,21 @@ updates:
77
interval: weekly
88
day: monday
99
time: "00:00"
10+
1011
- package-ecosystem: github-actions
1112
directory: /
1213
schedule:
1314
interval: weekly
1415
day: monday
1516
time: "00:00"
17+
groups:
18+
docker-github-actions:
19+
patterns:
20+
- docker/*
21+
official-github-actions:
22+
patterns:
23+
- actions/*
24+
1625
- package-ecosystem: npm
1726
directory: /
1827
schedule:

0 commit comments

Comments
 (0)