dependabot.yml: enable version updates for Cargo (#42)

This commit is contained in:
Nikolay Edigaryev 2024-10-03 23:45:45 +04:00 committed by GitHub
parent 8359992a08
commit ed64c139cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

6
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"