-
Notifications
You must be signed in to change notification settings - Fork 148
/
dependabot.yml
41 lines (40 loc) · 1.18 KB
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
labels:
- automation
- skip-changelog
- Team:Elastic-Agent-Control-Plane
groups:
otel-dependencies:
exclude-patterns:
- "github.com/elastic/*"
update-types:
- "minor"
- "patch"
allow:
# Only update internal dependencies for now while we evaluate this workflow.
- dependency-name: "github.com/elastic/*"
- dependency-name: "go.opentelemetry.io/collector/*"
- dependency-name: "github.com/open-telemetry/opentelemetry-collector-contrib/*"
- dependency-name: "github.com/elastic/opentelemetry-collector-components/*"
ignore:
- dependency-name: "github.com/elastic/beats/*"
reviewers:
- "elastic/elastic-agent-control-plane"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- automation
- skip-changelog
- Team:Elastic-Agent-Control-Plane
reviewers:
- "elastic/elastic-agent-control-plane"
open-pull-requests-limit: 10