Update dependabot
This commit is contained in:
parent
201d76da52
commit
bfb522b2c7
1 changed files with 3 additions and 1 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -7,17 +7,19 @@ version: 2
|
|||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directories: ["**"]
|
||||
directory: "/frontend"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
versioning-strategy: increase
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directories: ["**"]
|
||||
directory: "/backend"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
- package-ecosystem: "cargo"
|
||||
directories: ["**"]
|
||||
directory: "/backend"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue