Skip to content

Commit 5a6c074

Browse files
authored
ci: group dependabot github action bump
reduce pull request noise for github action bump
1 parent afa3991 commit 5a6c074

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
@@ -3,7 +3,9 @@ updates:
33

44
# GitHub actions
55
- package-ecosystem: "github-actions"
6-
directory: "/"
6+
directories:
7+
- "/"
8+
- "/.github/actions/*"
79
reviewers:
810
- "elastic/observablt-ci"
911
schedule:
@@ -14,17 +16,3 @@ updates:
1416
github-actions:
1517
patterns:
1618
- "*"
17-
18-
# GitHub composite actions
19-
- package-ecosystem: "github-actions"
20-
directory: "/.github/workflows/run-test"
21-
schedule:
22-
interval: "weekly"
23-
day: "sunday"
24-
time: "22:00"
25-
reviewers:
26-
- "elastic/observablt-ci"
27-
groups:
28-
github-actions:
29-
patterns:
30-
- "*"

0 commit comments

Comments
 (0)