meta: set up dependabot for Cargo dependency updates

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69646862a82c2661acb73a4fd06c4092365e
This commit is contained in:
raf 2025-08-20 10:03:39 +03:00
commit 383731e47c
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

6
.github/dependabot.yaml vendored Normal file
View file

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