Skip to content

Commit d94f864

Browse files
committed
build(dependabot): update GH Actions workflows
1 parent d590260 commit d94f864

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
3+
- package-ecosystem: "npm"
44
directory: "/"
55
schedule:
6-
interval: weekly
6+
interval: "weekly"
77
reviewers:
88
- "AdvisorySG/ghost-reviewers"
99
open-pull-requests-limit: 3
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
reviewers:
15+
- "AdvisorySG/ghost-reviewers"
16+
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)