forked from elastic/opbeans-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependabot.yml
39 lines (36 loc) · 848 Bytes
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
version: 2
updates:
# Enable version updates for python
- package-ecosystem: "pip"
# Look for `requirements.txt` file in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
reviewers:
- "elastic/apm-agent-python"
# Enable version updates for Docker
- package-ecosystem: "docker"
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
reviewers:
- "elastic/apm-agent-python"
- package-ecosystem: "github-actions"
directory: "/"
reviewers:
- "elastic/observablt-ci"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
groups:
github-actions:
patterns:
- "*"