File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-0
lines changed 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 : " github-actions" # See documentation for possible values
9+ directory : " /" # Location of package manifests
10+ schedule :
11+ interval : " weekly"
12+ reviewers :
13+ - " vignesh-gupta"
14+ labels :
15+ - " dependencies"
16+
17+ - package-ecosystem : " npm" # See documentation for possible values
18+ directory : " apps/web" # Location of package manifests
19+ schedule :
20+ interval : " weekly"
21+ reviewers :
22+ - " vignesh-gupta"
23+ labels :
24+ - " dependencies"
25+
26+ - package-ecosystem : " npm" # See documentation for possible values
27+ directory : " apps/kafka-consumer" # Location of package manifests
28+ schedule :
29+ interval : " weekly"
30+ reviewers :
31+ - " vignesh-gupta"
32+ labels :
33+ - " dependencies"
34+
35+ - package-ecosystem : " npm" # See documentation for possible values
36+ directory : " packages/eslint-config" # Location of package manifests
37+ schedule :
38+ interval : " weekly"
39+ reviewers :
40+ - " vignesh-gupta"
41+ labels :
42+ - " dependencies"
43+
44+ - package-ecosystem : " npm" # See documentation for possible values
45+ directory : " packages/backend" # Location of package manifests
46+ schedule :
47+ interval : " weekly"
48+ reviewers :
49+ - " vignesh-gupta"
50+ labels :
51+ - " dependencies"
You can’t perform that action at this time.
0 commit comments