Skip to content

Commit bf2b511

Browse files
authored
dependabot: add npm (#1008)
1 parent 6b95103 commit bf2b511

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ updates:
44
# GitHub actions
55
- package-ecosystem: "github-actions"
66
directory: "/"
7-
reviewers:
8-
- "elastic/observablt-ci"
97
schedule:
108
interval: "weekly"
119
day: "sunday"
@@ -14,3 +12,9 @@ updates:
1412
github-actions:
1513
patterns:
1614
- "*"
15+
16+
- package-ecosystem: "npm"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"
20+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)