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 3b1a34b commit 3d7616cCopy full SHA for 3d7616c
.github/dependabot.yml
@@ -8,8 +8,24 @@ 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
ignore:
16
- dependency-name: "urllib3" # ignore until lambda runtimes use OpenSSL 1.1.1+
17
versions: [">=2.0.0"]
18
+
19
+ # GitHub actions
20
+ - package-ecosystem: "github-actions"
21
+ directory: "/"
22
+ reviewers:
23
+ - "elastic/observablt-ci"
24
+ schedule:
25
+ interval: "weekly"
26
27
28
+ groups:
29
+ github-actions:
30
+ patterns:
31
+ - "*"
0 commit comments