File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " npm" # See documentation for possible values
9+ # Root
10+ directory : " /" # Location of package manifests
11+ schedule :
12+ interval : " weekly"
13+ assignees :
14+ - " wickathou"
15+
16+ - package-ecosystem : " npm" # See documentation for possible values
17+ # Frontend
18+ directory : " /frontend/" # Location of package manifests
19+ schedule :
20+ interval : " weekly"
21+ assignees :
22+ - " wickathou"
23+
24+ - package-ecosystem : " npm" # See documentation for possible values
25+ # Backend
26+ directory : " /backend/" # Location of package manifests
27+ schedule :
28+ interval : " weekly"
29+ assignees :
30+ - " wickathou"
31+
32+ - package-ecosystem : " npm" # See documentation for possible values
33+ # Shared
34+ directory : " /shared/" # Location of package manifests
35+ schedule :
36+ interval : " weekly"
37+ assignees :
38+ - " wickathou"
You can’t perform that action at this time.
0 commit comments