dependabot: check daily for dependencies and update github actions

This commit is contained in:
Alex Zenla 2024-03-22 05:04:24 +00:00
parent f854dfe77a
commit 79942fdc4d
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -1,6 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"