File tree 2 files changed +16
-19
lines changed
2 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
version : 2
3
+ registries :
4
+ docker-elastic :
5
+ type : docker-registry
6
+ url : https://docker.elastic.co
7
+ username : ${{secrets.ELASTIC_DOCKER_USERNAME}}
8
+ password : ${{secrets.ELASTIC_DOCKER_PASSWORD}}
9
+
3
10
updates :
4
11
# Enable version updates for python
5
12
- package-ecosystem : " pip"
@@ -12,9 +19,10 @@ updates:
12
19
reviewers :
13
20
- " elastic/apm-agent-python"
14
21
15
- # GitHub actions
16
22
- package-ecosystem : " github-actions"
17
- directory : " /"
23
+ directories :
24
+ - ' /'
25
+ - ' /.github/actions/*'
18
26
reviewers :
19
27
- " elastic/observablt-ci"
20
28
schedule :
@@ -26,16 +34,11 @@ updates:
26
34
patterns :
27
35
- " *"
28
36
29
- # GitHub composite actions
30
- - package-ecosystem : " github-actions "
31
- directory : " /.github/actions/env-install "
37
+ - package-ecosystem : " docker "
38
+ directories :
39
+ - ' / '
32
40
reviewers :
33
- - " elastic/observablt-ci"
41
+ - " elastic/apm-agent-python"
42
+ registries : " *"
34
43
schedule :
35
- interval : " weekly"
36
- day : " sunday"
37
- time : " 22:00"
38
- groups :
39
- github-actions :
40
- patterns :
41
- - " *"
44
+ interval : " daily"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments