Skip to content

Commit 5c63c7f

Browse files
committed
dependabot for github actions
1 parent e86333f commit 5c63c7f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,18 @@ updates:
2020
elastic-apm:
2121
patterns:
2222
- "go.elastic.co/apm/*"
23+
24+
# GitHub actions
25+
- package-ecosystem: github-actions
26+
directories:
27+
- '/'
28+
reviewers:
29+
- "elastic/observablt-ci"
30+
schedule:
31+
interval: "weekly"
32+
day: "sunday"
33+
time: "22:00"
34+
groups:
35+
github-actions:
36+
patterns:
37+
- "*"

0 commit comments

Comments
 (0)