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 dcbac07 commit 036d1bdCopy full SHA for 036d1bd
.github/dependabot.yml
@@ -3,23 +3,15 @@
3
4
version: 2
5
updates:
6
- - package-ecosystem: "docker"
7
- directory: "/.ci"
8
- schedule:
9
- interval: "weekly"
10
- reviewers:
11
- - "stuartmorgan"
12
- - "ditman"
13
- labels:
14
- - "autosubmit"
15
- package-ecosystem: "github-actions"
16
directory: "/"
17
schedule:
18
- interval: "daily"
+ interval: "weekly"
+ groups:
+ all-github-actions:
+ patterns: [ "*" ]
19
reviewers:
20
- - "keyonghan"
21
- - "yusuf-goog"
22
- - "ricardoamador"
+ - "stuartmorgan"
23
labels:
24
- "team"
25
- "team: infra"
0 commit comments