Skip to content

Commit df1bc77

Browse files
authored
Create dependabot.yml
1 parent 12a7478 commit df1bc77

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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"

0 commit comments

Comments
 (0)