We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cf186 commit 74f14c5Copy full SHA for 74f14c5
.github/dependabot.yml
@@ -17,7 +17,9 @@ updates:
17
18
# GitHub actions
19
- package-ecosystem: "github-actions"
20
- directory: "/"
+ directories:
21
+ - "/"
22
+ - "/.github/actions/*"
23
reviewers:
24
- "elastic/observablt-ci"
25
schedule:
@@ -28,17 +30,3 @@ updates:
28
30
github-actions:
29
31
patterns:
32
- "*"
-
- # GitHub composite actions
33
- - package-ecosystem: "github-actions"
34
- directory: "/.github/actions/bootstrap"
35
- schedule:
36
- interval: "weekly"
37
- day: "sunday"
38
- time: "22:00"
39
- reviewers:
40
- - "elastic/observablt-ci"
41
- groups:
42
- github-actions:
43
- patterns:
44
- - "*"
0 commit comments