Skip to content

Commit 9b7281e

Browse files
authored
ci: group dependabot github action bump (#79)
reduce pull request noise for github action bump
1 parent 36e6f37 commit 9b7281e

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/dependabot.yml

+3-15
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,9 @@ updates:
1414

1515
# GitHub actions
1616
- package-ecosystem: "github-actions"
17-
directory: "/"
18-
reviewers:
19-
- "elastic/observablt-ci"
20-
schedule:
21-
interval: "weekly"
22-
day: "sunday"
23-
time: "22:00"
24-
groups:
25-
github-actions:
26-
patterns:
27-
- "*"
28-
29-
# GitHub composite actions
30-
- package-ecosystem: "github-actions"
31-
directory: "/.github/actions/env-install"
17+
directories:
18+
- "/"
19+
- "/.github/actions/*"
3220
reviewers:
3321
- "elastic/observablt-ci"
3422
schedule:

0 commit comments

Comments
 (0)