Skip to content

Commit df03fbf

Browse files
authored
dependabot: use directories and use docker ecosystem (#276)
1 parent 0e1ec84 commit df03fbf

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

.github/dependabot.yml

+16-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
---
22
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+
310
updates:
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"

renovate.json

-6
This file was deleted.

0 commit comments

Comments
 (0)