File tree Expand file tree Collapse file tree 2 files changed +16
-31
lines changed Expand file tree Collapse file tree 2 files changed +16
-31
lines changed Original file line number Diff line number Diff line change 11---
22version : 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+
310updates :
411 # Enable version updates for python
512 - package-ecosystem : " pip"
@@ -18,7 +25,9 @@ updates:
1825
1926 # GitHub actions
2027 - package-ecosystem : " github-actions"
21- directory : " /"
28+ directories :
29+ - ' /'
30+ - ' /.github/actions/*'
2231 reviewers :
2332 - " elastic/observablt-ci"
2433 schedule :
@@ -30,29 +39,11 @@ updates:
3039 patterns :
3140 - " *"
3241
33- # GitHub composite actions
34- - package-ecosystem : " github-actions "
35- directory : " /.github/actions/packages "
42+ - package-ecosystem : " docker "
43+ directories :
44+ - ' / '
3645 reviewers :
37- - " elastic/observablt-ci"
38- schedule :
39- interval : " weekly"
40- day : " sunday"
41- time : " 22:00"
42- groups :
43- github-actions :
44- patterns :
45- - " *"
46-
47- - package-ecosystem : " github-actions"
48- directory : " /.github/actions/build-distribution"
49- reviewers :
50- - " elastic/observablt-ci"
46+ - " elastic/apm-agent-python"
47+ registries : " *"
5148 schedule :
52- interval : " weekly"
53- day : " sunday"
54- time : " 22:00"
55- groups :
56- github-actions :
57- patterns :
58- - " *"
49+ interval : " daily"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments