Skip to content

Commit 8cdc6ad

Browse files
kpollichmergify[bot]
authored andcommitted
Remove Team:Fleet from dependabot.yml (#4475)
* Remove Team:Fleet from dependabot.yml * Update dependabot.yml * Use control plane team label (cherry picked from commit b2de632) # Conflicts: # .github/dependabot.yml
1 parent 86aa714 commit 8cdc6ad

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/dependabot.yml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "gomod"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
labels:
9+
- automation
10+
- dependency
11+
- Team:Elastic-Agent-Control-Plane
12+
allow:
13+
# Only update internal dependencies for now while we evaluate this workflow.
14+
- dependency-name: "github.com/elastic/*"
15+
- dependency-name: "go.elastic.co/*"
16+
open-pull-requests-limit: 10
17+
groups:
18+
elastic-apm:
19+
patterns:
20+
- "go.elastic.co/apm/*"
21+
22+
# GitHub actions
23+
- package-ecosystem: github-actions
24+
directories:
25+
- '/'
26+
reviewers:
27+
- "elastic/observablt-ci"
28+
schedule:
29+
interval: "weekly"
30+
day: "sunday"
31+
time: "22:00"
32+
groups:
33+
github-actions:
34+
patterns:
35+
- "*"

0 commit comments

Comments
 (0)