File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 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+
713version : 2
814updates :
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
You can’t perform that action at this time.
0 commit comments