Skip to content

Commit a539695

Browse files
authored
github-actions: enable dependabot (#17421)
1 parent 4b88773 commit a539695

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directories:
6+
- '/'
7+
- '/.github/actions/*'
8+
schedule:
9+
interval: "weekly"
10+
day: "sunday"
11+
time: "22:00"
12+
reviewers:
13+
- "elastic/observablt-ci"
14+
- "elastic/observablt-ci-contractors"
15+
groups:
16+
github-actions:
17+
patterns:
18+
- "*"

0 commit comments

Comments
 (0)