Skip to content

Commit 4f6e8a0

Browse files
kruskalldmathieu
andauthored
ci: group dependabot github action bump (#650)
reduce pull request noise for github action bump Co-authored-by: Damien Mathieu <[email protected]>
1 parent 5722cc7 commit 4f6e8a0

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ updates:
1717

1818
# GitHub actions
1919
- package-ecosystem: "github-actions"
20-
directory: "/"
20+
directories:
21+
- "/"
22+
- "/.github/actions/*"
2123
reviewers:
2224
- "elastic/observablt-ci"
2325
schedule:
@@ -28,17 +30,3 @@ updates:
2830
github-actions:
2931
patterns:
3032
- "*"
31-
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

Comments
 (0)