Skip to content

Commit e87c0d0

Browse files
committed
Group dependabot docker and githubaction update PRs
1 parent 72356fd commit e87c0d0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,24 @@ updates:
77
directory: "/.ci"
88
schedule:
99
interval: "weekly"
10+
groups:
11+
all-docker:
12+
patterns: [ "*" ]
1013
reviewers:
1114
- "stuartmorgan"
1215
- "ditman"
1316
labels:
1417
- "autosubmit"
18+
1519
- package-ecosystem: "github-actions"
1620
directory: "/"
1721
schedule:
18-
interval: "daily"
22+
interval: "weekly"
23+
groups:
24+
all-github-actions:
25+
patterns: [ "*" ]
1926
reviewers:
20-
- "keyonghan"
21-
- "yusuf-goog"
22-
- "ricardoamador"
27+
- "stuartmorgan"
2328
labels:
2429
- "team"
2530
- "team: infra"

0 commit comments

Comments
 (0)