We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b9ecb commit 9e9c6edCopy full SHA for 9e9c6ed
2 files changed
.github/CODEOWNERS
@@ -0,0 +1,5 @@
1
+# Default owner
2
+* @elastic/apm-agent-python
3
+
4
+# Sub-directories/files ownership
5
+/.github/workflows @elastic/observablt-ci
.github/dependabot.yml
@@ -10,8 +10,6 @@ updates:
10
interval: "weekly"
11
day: "sunday"
12
time: "22:00"
13
- reviewers:
14
- - "elastic/apm-agent-python"
15
16
17
# Enable version updates for Docker
@@ -22,13 +20,9 @@ updates:
22
20
23
21
24
25
26
27
28
- package-ecosystem: "github-actions"
29
directory: "/"
30
31
- - "elastic/observablt-ci"
32
schedule:
33
34
0 commit comments