Create dependabot.yml

This commit is contained in:
Marcello 2023-06-07 21:06:48 +02:00 committed by GitHub
parent 1ff782064d
commit a35b13f2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
commit-message:
prefix: "Cargo"
include: "scope"