We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72356fd commit e87c0d0Copy full SHA for e87c0d0
.github/dependabot.yml
@@ -7,19 +7,24 @@ updates:
7
directory: "/.ci"
8
schedule:
9
interval: "weekly"
10
+ groups:
11
+ all-docker:
12
+ patterns: [ "*" ]
13
reviewers:
14
- "stuartmorgan"
15
- "ditman"
16
labels:
17
- "autosubmit"
18
+
19
- package-ecosystem: "github-actions"
20
directory: "/"
21
- interval: "daily"
22
+ interval: "weekly"
23
24
+ all-github-actions:
25
26
- - "keyonghan"
- - "yusuf-goog"
- - "ricardoamador"
27
+ - "stuartmorgan"
28
29
- "team"
30
- "team: infra"
0 commit comments