Add dependabot.yml
This commit is contained in:
parent
b2a53b0722
commit
fc7537318f
1 changed files with 30 additions and 0 deletions
30
dependabot.yml
Normal file
30
dependabot.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
version: 2
|
||||
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
allow:
|
||||
- dependency-type: "production"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/backend"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
allow:
|
||||
- dependency-type: "production"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/shared"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
allow:
|
||||
- dependency-type: "production"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/dashboard"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
allow:
|
||||
- dependency-type: "production"
|
Loading…
Add table
Reference in a new issue