Create dependabot.yml

pull/625/head
Nikolaj Sidorenco 2023-03-03 18:01:30 +07:00 committed by GitHub
parent b615dbfa8c
commit 849c8d8720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"