File tree Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Expand file tree Collapse file tree 2 files changed +16
-19
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"
@@ -12,9 +19,10 @@ updates:
1219 reviewers :
1320 - " elastic/apm-agent-python"
1421
15- # GitHub actions
1622 - package-ecosystem : " github-actions"
17- directory : " /"
23+ directories :
24+ - ' /'
25+ - ' /.github/actions/*'
1826 reviewers :
1927 - " elastic/observablt-ci"
2028 schedule :
@@ -26,16 +34,11 @@ updates:
2634 patterns :
2735 - " *"
2836
29- # GitHub composite actions
30- - package-ecosystem : " github-actions "
31- directory : " /.github/actions/env-install "
37+ - package-ecosystem : " docker "
38+ directories :
39+ - ' / '
3240 reviewers :
33- - " elastic/observablt-ci"
41+ - " elastic/apm-agent-python"
42+ registries : " *"
3443 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