Skip to content

Commit edadac9

Browse files
authored
dependabot: use directories and use docker ecosystem (#2246)
1 parent 0de4994 commit edadac9

File tree

2 files changed

+16
-31
lines changed

2 files changed

+16
-31
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 25 deletions
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"
@@ -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"

renovate.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)