Skip to content

Commit

Permalink
chore: update dependabot.yml (#277)
Browse files Browse the repository at this point in the history
Signed-off-by: Cedric Schwyter <cedricschwyter@bluewin.ch>
  • Loading branch information
cedricschwyter authored Jul 3, 2023
1 parent 74b2d14 commit cb2193e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/lumium-renderer" # Location of package manifests
directory: "lumium-api" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "cargo" # See documentation for possible values
directory: "lumium-renderer" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"

0 comments on commit cb2193e

Please sign in to comment.