ci: Add Cargo package ecosystem to Dependabot config (#96)

Configured Dependabot to update Cargo packages weekly.
This commit is contained in:
Tarasov Aleksandr
2026-05-12 23:19:45 +03:00
committed by GitHub
parent b2f2894aa1
commit 10f07cd895
+6
View File
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"