We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbf74a commit 6104f73Copy full SHA for 6104f73
.github/dependabot.yml
@@ -8,6 +8,8 @@ updates:
8
# Check for updates once a week
9
schedule:
10
interval: "weekly"
11
+ day: "sunday"
12
+ time: "22:00"
13
reviewers:
14
- "elastic/apm-agent-python"
15
@@ -18,5 +20,20 @@ updates:
18
20
19
21
22
23
24
25
26
27
+
28
+ - package-ecosystem: "github-actions"
29
+ directory: "/"
30
+ reviewers:
31
+ - "elastic/observablt-ci"
32
+ schedule:
33
+ interval: "weekly"
34
35
36
+ groups:
37
+ github-actions:
38
+ patterns:
39
+ - "*"
0 commit comments