chore(project): add dependabot config

This commit is contained in:
Orhun Parmaksız 2022-03-11 12:33:52 +03:00
parent 932ad2a893
commit aca580c26a
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

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

@ -0,0 +1,15 @@
version: 2
updates:
# Maintain dependencies for Cargo
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10