ci: set up dependabot for GH actions

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I890272e62db5824a3d866748375d1a9f6a6a6964
This commit is contained in:
raf 2025-11-30 15:38:32 +03:00
commit 16a1d5fe3f
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

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

@ -0,0 +1,14 @@
version: 2
updates:
# Update Cargo deps
- package-ecosystem: cargo
directory: "/"
schedule:
interval: "weekly"
# Update used workflows
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily