Fix dependabot config
This commit is contained in:
parent
961032b24f
commit
8eba310e8b
1 changed files with 1 additions and 4 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -6,20 +6,17 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directories: ["**"]
|
||||
directory: "/frontend"
|
||||
directories: ["/frontend"]
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
- 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