chore(ci): integrate dependabot

This commit is contained in:
Orhun Parmaksız 2023-05-11 00:41:03 +03:00
parent 70085f3ad0
commit 5e8ea66256
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 15 additions and 0 deletions

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: daily
open-pull-requests-limit: 10
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10