Skip to content

Commit f092ad8

Browse files
committed
build(dependabot): update assignees
1 parent 2c14e5d commit f092ad8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,34 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55
# https://containers.dev/guide/dependabot
66

7+
# To get started with Dependabot version updates, you'll need to specify which
8+
# package ecosystems to update and where the package manifests are located.
9+
# Please see the documentation for more information:
10+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
11+
# https://containers.dev/guide/dependabot
12+
713
version: 2
814
updates:
915
- package-ecosystem: "npm"
1016
directory: "/"
1117
schedule:
1218
interval: "weekly"
13-
reviewers:
19+
assignees:
1420
- "AdvisorySG/ghost-reviewers"
1521
open-pull-requests-limit: 3
1622

1723
- package-ecosystem: "github-actions"
1824
directory: "/"
1925
schedule:
2026
interval: "weekly"
21-
reviewers:
27+
assignees:
2228
- "AdvisorySG/ghost-reviewers"
2329
open-pull-requests-limit: 1
2430

2531
- package-ecosystem: "devcontainers"
2632
directory: "/"
2733
schedule:
2834
interval: "weekly"
29-
reviewers:
35+
assignees:
3036
- "AdvisorySG/ghost-reviewers"
3137
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)